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

    feat: change default openai_compatible model to devstral-small.
---
 README.md | 2 +-
 minuet.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index de8838dd30..5df2b78429 100644
--- a/README.md
+++ b/README.md
@@ -600,7 +600,7 @@ The following config is the default.
 (defvar minuet-openai-compatible-options
     `(:end-point "https://openrouter.ai/api/v1/chat/completions";
       :api-key "OPENROUTER_API_KEY"
-      :model "mistralai/devstral-small-2505"
+      :model "mistralai/devstral-small"
       :system
       (:template minuet-default-system-template
        :prompt minuet-default-prompt
diff --git a/minuet.el b/minuet.el
index d27ebf932d..b53fd07f91 100644
--- a/minuet.el
+++ b/minuet.el
@@ -344,7 +344,7 @@ const processedData = transformData(rawData, {
 (defvar minuet-openai-compatible-options
   `(:end-point "https://openrouter.ai/api/v1/chat/completions";
     :api-key "OPENROUTER_API_KEY"
-    :model "mistralai/devstral-small-2505"
+    :model "mistralai/devstral-small"
     :system
     (:template minuet-default-system-template
      :prompt minuet-default-prompt

Reply via email to