[PR #4663] [MERGED] Fix OLLAMA_LLM_LIBRARY with wrong map name and add more env vars to help message #11558

Closed
opened 2026-04-12 23:32:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4663
Author: @coolljt0725
Created: 5/27/2024
Status: Merged
Merged: 5/30/2024
Merged by: @jmorganca

Base: mainHead: fix_env


📝 Commits (2)

  • c1ff99e envconfig/config.go: Fix wrong description of OLLAMA_LLM_LIBRARY
  • 8005b60 serve: Add more env to help message of ollama serve

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 cmd/cmd.go (+3 -0)
📝 envconfig/config.go (+3 -3)

📄 Description

  1. The first commit fix the the wrong name of OLLAMA_LLM_LIBRARY in map[string]EnvVar
  2. The second commit add more env vars to help message of ollama serve --help to let user know what env var we can use when start the server.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/4663 **Author:** [@coolljt0725](https://github.com/coolljt0725) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `fix_env` --- ### 📝 Commits (2) - [`c1ff99e`](https://github.com/ollama/ollama/commit/c1ff99ee70cfa1ef3beed16507cc9baf4cdfc21b) envconfig/config.go: Fix wrong description of OLLAMA_LLM_LIBRARY - [`8005b60`](https://github.com/ollama/ollama/commit/8005b6040d67df59363f26bff59c377c4221a57e) serve: Add more env to help message of ollama serve ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+3 -0) 📝 `envconfig/config.go` (+3 -3) </details> ### 📄 Description 1. The first commit fix the the wrong name of `OLLAMA_LLM_LIBRARY` in `map[string]EnvVar` 2. The second commit add more env vars to help message of `ollama serve --help` to let user know what env var we can use when start the server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:32:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#11558