[PR #91] [MERGED] chore: Add Ollama API base URL environment variable #245

Closed
opened 2026-02-15 19:16:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/91
Author: @leehuwuj
Created: 5/16/2024
Status: Merged
Merged: 5/17/2024
Merged by: @marcusschiesser

Base: mainHead: chore/add-ollama-url


📝 Commits (3)

  • 6bd1ea0 chore: Add Ollama API base URL environment variable
  • 7735b82 add changeset
  • d4a4fc8 add missing ollama host in ts

📊 Changes

5 files changed (+31 additions, -2 deletions)

View changed files

.changeset/tough-boats-shake.md (+5 -0)
📝 helpers/env-variables.ts (+9 -0)
📝 templates/types/streaming/express/src/controllers/engine/settings.ts (+6 -0)
📝 templates/types/streaming/fastapi/app/settings.py (+6 -2)
📝 templates/types/streaming/nextjs/app/api/chat/engine/settings.ts (+5 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced a new environment variable OLLAMA_BASE_URL for configuring the base URL of the Ollama API.
  • Enhancements

    • Improved the initialization process for embedding and language model settings by adding a base_url parameter, providing greater configuration flexibility.

🔄 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/run-llama/create-llama/pull/91 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `chore/add-ollama-url` --- ### 📝 Commits (3) - [`6bd1ea0`](https://github.com/run-llama/create-llama/commit/6bd1ea02d433af5de1282fbea769bcf4d8e751d0) chore: Add Ollama API base URL environment variable - [`7735b82`](https://github.com/run-llama/create-llama/commit/7735b82713d5d80dca6d965dc0e48a023b0c727e) add changeset - [`d4a4fc8`](https://github.com/run-llama/create-llama/commit/d4a4fc8dd69708928bad0a62f400b7ce00394a8d) add missing ollama host in ts ### 📊 Changes **5 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/tough-boats-shake.md` (+5 -0) 📝 `helpers/env-variables.ts` (+9 -0) 📝 `templates/types/streaming/express/src/controllers/engine/settings.ts` (+6 -0) 📝 `templates/types/streaming/fastapi/app/settings.py` (+6 -2) 📝 `templates/types/streaming/nextjs/app/api/chat/engine/settings.ts` (+5 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new environment variable `OLLAMA_BASE_URL` for configuring the base URL of the Ollama API. - **Enhancements** - Improved the initialization process for embedding and language model settings by adding a `base_url` parameter, providing greater configuration flexibility. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:52 -05:00
yindo closed this issue 2026-02-15 19:16:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#245