Ändrade till phi3:mini som standardmodell för dess lilla storlek och snabbhet

This commit is contained in:
2024-07-30 00:12:05 +02:00
parent d843a2b74c
commit 7d954e7380
+2 -2
View File
@@ -11,12 +11,12 @@ backend:
ollama:
url: "http://localhost:11434"
api_key: "${OLLAMA_API_KEY}" # Refer to environment variable
# model: "phi3:mini" # Select a model supported by the Ollama server
model: "phi3:mini" # Select a model supported by the Ollama server
# model: "llama3:70b" # Select a model supported by the Ollama server
# model: "llama3:latest" # Select a model supported by the Ollama server
# model: "mannix/llama3-8b-ablitered-v3:latest" # Select a model supported by the Ollama server
# model: "mistral-nemo:latest" # Select a model supported by the Ollama server
model: "gemma2:27b"
# model: "gemma2:27b"
# Logging comment out the whole section for default level which is INFO
logging: