From 62411d3ea6aa6a2135659103f1b398fc9066d0fa Mon Sep 17 00:00:00 2001 From: Patrick Wiltrout Date: Fri, 8 Nov 2024 14:38:20 -0500 Subject: [PATCH] updated sample.config.toml with new ollama configs --- sample.config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample.config.toml b/sample.config.toml index f6c6943..895edee 100644 --- a/sample.config.toml +++ b/sample.config.toml @@ -9,4 +9,8 @@ ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef [API_ENDPOINTS] SEARXNG = "http://localhost:32768" # SearxNG API URL -OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434 \ No newline at end of file +OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434 + +[OLLAMA_PARAMS] +TEMPERATURE = 0.7 # ollama default temp is 0.8 +NUM_CTX = 2_048 # ollama num_ctx default is 2048 \ No newline at end of file