Switch default Ollama model to activeblue-chat (fine-tuned Llama 3.1 8B)
This commit is contained in:
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# Ollama
|
||||
ollama_url: str = 'http://localhost:11434'
|
||||
ollama_model: str = 'llama3'
|
||||
ollama_model: str = 'activeblue-chat'
|
||||
ollama_timeout: int = 120
|
||||
ollama_max_concurrent: int = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user