Lagt till några modellnamn samt api-endpoint
This commit is contained in:
@@ -5,14 +5,17 @@ frontend:
|
|||||||
# Backend Configuration
|
# Backend Configuration
|
||||||
backend:
|
backend:
|
||||||
url: "http://localhost:5005"
|
url: "http://localhost:5005"
|
||||||
|
api: "/api/chat"
|
||||||
|
|
||||||
# Ollama Server Configuration
|
# Ollama Server Configuration
|
||||||
ollama:
|
ollama:
|
||||||
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: "ollama/Llama-2-7b" # 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
|
||||||
|
|
||||||
# Additional Configuration Options (Optional)
|
# Additional Configuration Options (Optional – ignored for now)
|
||||||
logging:
|
logging:
|
||||||
level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user