Skip to content

Commit d0c4dce

Browse files
switch to mini from nano
1 parent 772ca36 commit d0c4dce

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 = "31.1.3"
3+
version = "31.1.4"
44
description = "AI Agents for Solana"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

solana_agent/services/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def _detect_field_from_prev_question(
276276
prompt=user_prompt,
277277
system_prompt=instruction,
278278
model_class=_FieldDetect,
279-
model="gpt-4.1-nano",
279+
model="gpt-4.1-mini",
280280
)
281281
except TypeError:
282282
# Provider may not accept 'model' kwarg

0 commit comments

Comments
 (0)