branch: externals/minuet commit 2e61e6416bed019ec81e556396b268008d074e2b Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
doc: update README. --- recipes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes.md b/recipes.md index f0315482c6..330b846684 100644 --- a/recipes.md +++ b/recipes.md @@ -104,6 +104,7 @@ backend with the DeepInfra FIM API and Qwen-2.5-Coder-32B-Instruct model. :config (setq minuet-provider 'openai-fim-compatible) + (plist-put minuet-openai-fim-compatible-options :name "DeepInfra") (plist-put minuet-openai-fim-compatible-options :end-point "https://api.deepinfra.com/v1/inference/") (plist-put minuet-openai-fim-compatible-options :api-key "DEEPINFRA_API_KEY") (plist-put minuet-openai-fim-compatible-options :model "Qwen/Qwen2.5-Coder-32B-Instruct")