diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..76edfa61 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1 @@ +{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file diff --git a/settings.yaml b/settings.yaml index 06fcd63d..f77458fa 100644 --- a/settings.yaml +++ b/settings.yaml @@ -99,8 +99,8 @@ openai: ollama: llm_model: llama2 embedding_model: nomic-embed-text - api_base: http://localhost:11434 - embedding_api_base: http://localhost:11434 # change if your embedding model runs on another ollama + api_base: http://localhost:11435/v1 + embedding_api_base: http://localhost:11435 # change if your embedding model runs on another ollama keep_alive: 5m request_timeout: 120.0