From 2d917b56ec0297130b4a28bea56656e9d3a98d42 Mon Sep 17 00:00:00 2001 From: squ1ddy <57396486+squ1ddy@users.noreply.github.com> Date: Fri, 17 May 2024 12:14:52 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .devcontainer/devcontainer.json | 1 + settings.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .devcontainer/devcontainer.json 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