mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
docs: update Gemini model path from google_ai_studio to gemini in configuration docs
This commit is contained in:
parent
7b82b08173
commit
bfca4f2515
1 changed files with 2 additions and 2 deletions
|
|
@ -172,8 +172,8 @@ To use [Google AI Studio](https://aistudio.google.com/) models, set the relevant
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[config] # in configuration.toml
|
[config] # in configuration.toml
|
||||||
model="google_ai_studio/gemini-1.5-flash"
|
model="gemini/gemini-1.5-flash"
|
||||||
fallback_models=["google_ai_studio/gemini-1.5-flash"]
|
fallback_models=["gemini/gemini-1.5-flash"]
|
||||||
|
|
||||||
[google_ai_studio] # in .secrets.toml
|
[google_ai_studio] # in .secrets.toml
|
||||||
gemini_api_key = "..."
|
gemini_api_key = "..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue