Update fim stuff

This commit is contained in:
2026-08-12 20:20:38 -07:00
parent 65f2ae155a
commit 5869f5af1b
+5 -2
View File
@@ -3882,7 +3882,10 @@ one of the normal rainbow-delimiters-depth-N-face faces."
:custom :custom
(minuet-provider 'openai-fim-compatible) (minuet-provider 'openai-fim-compatible)
(minuet-n-completions 1) (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-request-timeout 5)
(minuet-auto-suggestion-throttle-delay 0.0) (minuet-auto-suggestion-throttle-delay 0.0)
:config :config
@@ -3897,7 +3900,7 @@ one of the normal rainbow-delimiters-depth-N-face faces."
(plist-get ctx :before-cursor) (plist-get ctx :before-cursor)
(plist-get ctx :after-cursor))) (plist-get ctx :after-cursor)))
(setq minuet-openai-fim-compatible-options (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" :end-point ,(format "https://%s/v1/completions"
(my/get-private 'localai-host)) (my/get-private 'localai-host))
:api-key "TERM" :api-key "TERM"