Skip to content

Commit 87f662d

Browse files
committed
updated model from gemini-2.0-flash to gemini-2.5-flash
1 parent 1a1baea commit 87f662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ActAi(BaseModel):
2323

2424
api_key: NonEmptyStr
2525
instructions: NonEmptyStr | list[NonEmptyStr] | None = None
26-
model_name: str = Field(alias="model", default="gemini-2.0-flash")
26+
model_name: str = Field(alias="model", default="gemini-2.5-flash")
2727
response_char_limit: int = 2000 # Used to be 4000 hmm
2828

2929
_client: Client | None = None

0 commit comments

Comments
 (0)