diff --git a/init.el b/init.el index 819abb5..bbd12eb 100644 --- a/init.el +++ b/init.el @@ -3882,7 +3882,10 @@ one of the normal rainbow-delimiters-depth-N-face faces." :custom (minuet-provider 'openai-fim-compatible) (minuet-n-completions 1) - ;; (minuet-context-window 16000) + ;; ~4 chars/token + ;; Max configured tokens is 163840 + ;; So this is 1/2 the max + (minuet-context-window 320000) (minuet-request-timeout 5) (minuet-auto-suggestion-throttle-delay 0.0) :config @@ -3897,7 +3900,7 @@ one of the normal rainbow-delimiters-depth-N-face faces." (plist-get ctx :before-cursor) (plist-get ctx :after-cursor))) (setq minuet-openai-fim-compatible-options - `(:model "qwen2.5-coder-32b-instruct-q4_k_m" + `(:model "qwen3.6-27b" :end-point ,(format "https://%s/v1/completions" (my/get-private 'localai-host)) :api-key "TERM"