mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 04:59:14 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user