mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #91] [MERGED] chore: Add Ollama API base URL environment variable #245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:chore/add-ollama-url📝 Commits (3)
6bd1ea0chore: Add Ollama API base URL environment variable7735b82add changesetd4a4fc8add 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
OLLAMA_BASE_URLfor configuring the base URL of the Ollama API.Enhancements
base_urlparameter, providing greater configuration flexibility.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.