From 95a41467c7124de805e578de61fe19cef752ebf2 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 27 Nov 2024 11:59:31 +1000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eec1880..b12ec5f 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ The key distinction is that this isn't just a chatbot—it's an automated resear 5. Go to the llm_config.py file which should hav an ollama section that looks like this: + ```sh LLM_CONFIG_OLLAMA = { "llm_type": "ollama", "base_url": "http://localhost:11434", # default Ollama server URL @@ -92,7 +93,7 @@ LLM_CONFIG_OLLAMA = { "n_ctx": 55000, "context_length": 55000, "stop": ["User:", "\n\n"] - + ``` And then change where it says replace with your Ollama model name, to the name of the model you have setup in Ollama to use with the program.