Skip to content

Commit 6737b3d

Browse files
update gemini (#110)
1 parent 1050f2a commit 6737b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solana-agent"
3-
version = "29.1.4"
3+
version = "29.1.5"
44
description = "AI Agents for Solana"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

solana_agent/factories/agent_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def create_from_config(config: Dict[str, Any]) -> QueryService:
176176
config=config,
177177
api_key=config["gemini"]["api_key"],
178178
base_url="https://generativelanguage.googleapis.com/v1beta/openai/",
179-
model="gemini-2.5-flash-preview-04-17",
179+
model="gemini-2.5-flash-preview-05-20",
180180
output_guardrails=output_guardrails,
181181
) # pragma: no cover
182182

0 commit comments

Comments
 (0)