From a6750d7864aaf08f6144e5c5c8667d0f5af66440 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 27 Nov 2024 12:01:27 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddd1b7..bf3d6c8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ LLM_CONFIG_OLLAMA = { "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. +Then change to the left of where it says replace with your Ollama model name, the "model_name" function, to the name of the model you have setup in Ollama to use with the program. ## Usage