branch: externals/minuet
commit 5cff2add1efd9b395c74f71c28cb951c5558c3e1
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: update README.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 94d3df19d5..284e08eb6f 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ Example for Ollama:
     :config
     (setq minuet-provider 'openai-fim-compatible)
     (setq minuet-n-completions 1) ; recommended for Local LLM for resource 
saving
+    ; I recommend you start with a small context window firstly, and gradually 
increase it based on your local computing power.
+    (setq minuet-context-window 512)
     (plist-put minuet-openai-fim-compatible-options :end-point 
"http://localhost:11434/v1/completions";)
     ;; an arbitrary non-null environment variable as placeholder
     (plist-put minuet-openai-fim-compatible-options :name "Ollama")

Reply via email to