Lade till information för ollama-test.wara-ops.org

This commit is contained in:
2024-07-31 23:23:14 +02:00
parent 9e6e6048f3
commit 1f6f0a72d5
+20 -2
View File
@@ -1,22 +1,40 @@
# Frontend Configuration # Frontend Configuration
frontend: # frontend:
url: "http://localhost:5004" # url: "http://localhost:5004"
# Backend Configuration # Backend Configuration
backend: backend:
url: "http://localhost:5004" url: "http://localhost:5004"
api: "/api/chat" api: "/api/chat"
models:
- model: "AUTODETECT"
title: "Ollama"
url: "http://localhost:11434"
provider: "ollama"
- model: "AUTODETECT"
title: "Ollama-WARA"
url: "https://ollama-test.wara-ops.org"
requestOptions:
headers:
Authorization: "${OLLAMA_API_KEY}" # This should expand to something like "Basic XY...="
provider: "ollama"
# Ollama Server Configuration # Ollama Server Configuration
ollama: ollama:
title: "Ollama-local"
url: "http://localhost:11434" url: "http://localhost:11434"
api_key: "${OLLAMA_API_KEY}" # Refer to environment variable 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:70b" # Select a model supported by the Ollama server
# model: "llama3.1:70b" # Select a model supported by the Ollama server
# model: "llama3.1:8b" # Select a model supported by the Ollama server
# model: "llama3:latest" # 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: "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: "mistral-nemo:latest" # Select a model supported by the Ollama server
# model: "gemma2:27b" # model: "gemma2:27b"
# model: "AUTODETECT"
# Logging comment out the whole section for default level which is INFO # Logging comment out the whole section for default level which is INFO
logging: logging: