We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a84fa commit c10c51bCopy full SHA for c10c51b
README.md
@@ -143,7 +143,9 @@ agent("Tell me about Agentic AI")
143
144
# Google Gemini
145
gemini_model = GeminiModel(
146
- api_key="your_gemini_api_key",
+ client_args={
147
+ "api_key": "your_gemini_api_key",
148
+ },
149
model_id="gemini-2.5-flash",
150
params={"temperature": 0.7}
151
)
0 commit comments