Skip to content

Add mistral-small-2603 model settings#5078

Open
mvanhorn wants to merge 1 commit intoAider-AI:mainfrom
mvanhorn:feat/5000-mistral-small-2603
Open

Add mistral-small-2603 model settings#5078
mvanhorn wants to merge 1 commit intoAider-AI:mainfrom
mvanhorn:feat/5000-mistral-small-2603

Conversation

@mvanhorn
Copy link
Copy Markdown

Closes #5000.

Reporter got The LLM did not conform to the edit format running aider against mistral/mistral-small-2603. The repo had no model-settings entry for that model name, so it fell through to default edit_format: whole, which mistral-small didn't reliably produce.

Adds one entry to aider/resources/model-settings.yml matching the coder-class pattern used by recent additions (#4698, #4656):

- name: mistral/mistral-small-2603
  edit_format: diff
  weak_model_name: mistral/mistral-small-latest
  use_repo_map: true
  reminder: sys

litellm already routes mistral/mistral-small-2603, so no metadata addition is needed.

Closes Aider-AI#5000.

Reporter got 'The LLM did not conform to the edit format' - aider had
no model-settings entry for mistral/mistral-small-2603 so it fell
through to default edit_format: whole, which the model didn't reliably
return.

Adds a single entry following the pattern of other coder-class models
in the file: edit_format: diff, weak_model_name pointing at
mistral/mistral-small-latest, use_repo_map enabled, reminder: sys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support mistral/mistral-small-2603

1 participant