fix: Found and fix review mistakes

This commit is contained in:
Petr Mironychev
2026-07-02 22:26:07 +02:00
parent c070d65366
commit 35bbaa1af0
139 changed files with 2032 additions and 1573 deletions

View File

@@ -1,16 +1,12 @@
# Configure for Google AI
1. Open Qt Creator settings and navigate to the QodeAssist section
2. Go to Provider Settings tab and configure Google AI api key
3. Return to General tab and configure:
- Set "Google AI" as the provider for code completion or/and chat assistant
- Set the OpenAI URL (https://generativelanguage.googleapis.com/v1beta)
- Select your preferred model (e.g., gemini-2.0-flash)
- Choose the Google AI template
<details>
<summary>Example of Google AI settings: (click to expand)</summary>
<img width="829" alt="Google AI Settings" src="https://github.com/user-attachments/assets/046ede65-a94d-496c-bc6c-41f3750be12a" />
</details>
1. Open Qt Creator settings and navigate to QodeAssist > Providers
2. Select the bundled **Google AI** provider and enter your Google AI Studio API key
3. Go to QodeAssist > General > Agent Pipelines and assign Google agents to the features you want:
- Code completion: **Google Completion**
- Chat assistant: **Google Chat**
- Chat compression: **Google Compression**
- Quick refactor: **Google Quick Refactor**
To change the Gemini model or request parameters, duplicate the bundled agent on
the QodeAssist > Agents page (it extends the Google base agent) and edit your copy.