[PR #5366] [CLOSED] docs: Add configuration docs (env vars) #11760

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5366
Author: @sammcj
Created: 6/28/2024
Status: Closed

Base: mainHead: docs


📝 Commits (3)

  • fd7e62a docs: Add configuration docs
  • 383ad14 Update configuration.md
  • 63d3435 Merge branch 'ollama:main' into docs

📊 Changes

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

View changed files

📝 docs/README.md (+6 -3)
docs/configuration.md (+67 -0)

📄 Description

This PR adds a new doc for configuration that details the various available environment variables and provides links to other supporting pages.

Rational

I'm often being asked how to figure out exactly what environment variables are available and the type of value they expect.

I often end up grepping through the code looking for configuration flags and environment variables that can be across parts of the application and have wished they were available as a list somewhere centrally.

I hope that this PR can help others answer these questions more easily.

Changes

  • Add docs/configuration.md
  • Add configuration.md to the docs/README.md index
  • Minor Markdown linting fix for docs/README.md index heading indentation levels
  • Add missing link to GPU docs

Checks / Tests run against changes

  • Markdownlint (scope: changed files)

🔄 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/5366 **Author:** [@sammcj](https://github.com/sammcj) **Created:** 6/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs` --- ### 📝 Commits (3) - [`fd7e62a`](https://github.com/ollama/ollama/commit/fd7e62a496df897640d43ecb9ceab371bbd31346) docs: Add configuration docs - [`383ad14`](https://github.com/ollama/ollama/commit/383ad14dbef5a2e15df017c2a00716d62ec95d4a) Update configuration.md - [`63d3435`](https://github.com/ollama/ollama/commit/63d343574ddeffabcb9de5ebe93fbdbb9bc79190) Merge branch 'ollama:main' into docs ### 📊 Changes **2 files changed** (+73 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/README.md` (+6 -3) ➕ `docs/configuration.md` (+67 -0) </details> ### 📄 Description This PR adds a new doc for configuration that details the various available environment variables and provides links to other supporting pages. ## Rational I'm often being asked how to figure out exactly what environment variables are available and the type of value they expect. I often end up grepping through the code looking for configuration flags and environment variables that can be across parts of the application and have wished they were available as a list somewhere centrally. I hope that this PR can help others answer these questions more easily. ## Changes - Add docs/configuration.md - Add configuration.md to the docs/README.md index - Minor Markdown linting fix for docs/README.md index heading indentation levels - Add missing link to GPU docs ## Checks / Tests run against changes - Markdownlint (scope: changed files) --- <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:38:23 -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#11760