let the ollama models be auto generated from ollama api

This commit is contained in:
yunat
2024-10-18 14:34:08 +03:00
parent 4f7a06f56a
commit 0d777637ff
6 changed files with 94 additions and 35 deletions

View File

@@ -20,5 +20,9 @@ ANTHROPIC_API_KEY=
# You only need this environment variable set if you want to use OpenRouter models
OPEN_ROUTER_API_KEY=
# You only need this environment variable set if you want to use oLLAMA models
#EXAMPLE http://localhost:11434
OLLAMA_API_BASE_URL=
# Include this environment variable if you want more logging for debugging locally
VITE_LOG_LEVEL=debug
VITE_LOG_LEVEL=debug