mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-03 19:49:11 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
# Configure for Mistral AI
|
||||
|
||||
1. Open Qt Creator settings and navigate to the QodeAssist section
|
||||
2. Go to Provider Settings tab and configure Mistral AI api key
|
||||
3. Return to General tab and configure:
|
||||
- Set "Mistral AI" as the provider for code completion or/and chat assistant
|
||||
- Set the OpenAI URL (https://api.mistral.ai)
|
||||
- Select your preferred model (e.g., mistral-large-latest)
|
||||
- Choose the Mistral AI template for code completion or/and chat
|
||||
|
||||
<details>
|
||||
<summary>Example of Mistral AI settings: (click to expand)</summary>
|
||||
|
||||
<img width="829" alt="Mistral AI Settings" src="https://github.com/user-attachments/assets/1c5ed13b-a29b-43f7-b33f-2e05fdea540c" />
|
||||
</details>
|
||||
1. Open Qt Creator settings and navigate to QodeAssist > Providers
|
||||
2. Select the bundled **Mistral AI** provider and enter your Mistral API key
|
||||
- For Codestral code completion, configure the separate **Codestral** provider — it uses its own key and endpoint (codestral.mistral.ai)
|
||||
3. Go to QodeAssist > General > Agent Pipelines and assign Mistral agents to the features you want:
|
||||
- Code completion: **Mistral Completion — Codestral FIM** (needs the Codestral provider)
|
||||
- Chat assistant: **Mistral Chat** (or the Reasoning variant)
|
||||
- Chat compression: **Mistral Compression**
|
||||
- Quick refactor: **Mistral Quick Refactor**
|
||||
|
||||
To change the model or request parameters, duplicate the bundled agent on the
|
||||
QodeAssist > Agents page (it extends the Mistral base agent) and edit your copy.
|
||||
|
||||
Reference in New Issue
Block a user