diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index d43e2b4..852552b 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -13,22 +13,24 @@ models: title: "Ollama" url: "http://localhost:11434" provider: "ollama" + # - model: "AUTODETECT" - 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...=" + Authorization: "${OLLAMA_API_KEY}" # on MacOS: echo "Authorization: Basic $(echo -n 'user:password' | gbase64 -w 0)" provider: "ollama" # Ollama Server Configuration ollama: title: "Ollama-local" - url: "http://localhost:11434" + # url: "http://localhost:11434" + url: "https://ollama-test.wara-ops.org" 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.1: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: "mannix/llama3-8b-ablitered-v3:latest" # Select a model supported by the Ollama server