mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
fix: health-check workflow, add Ollama local LLM, revive active README with dynamic stats
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
@@ -77,6 +77,10 @@ class Settings(BaseSettings):
|
||||
GITHUB_TOKEN: str = ""
|
||||
GITHUB_WEBHOOK_SECRET: str = ""
|
||||
|
||||
# Ollama local LLM
|
||||
OLLAMA_BASE_URL: str = "http://localhost:11434"
|
||||
OLLAMA_DEFAULT_MODEL: str = "llama3"
|
||||
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
case_sensitive = True
|
||||
|
||||
Reference in New Issue
Block a user