Skip to content

Commit 5d8cf8d

Browse files
authored
Merge pull request #49 from Comon-tech/fix-gemini-quota
updated model from gemini-2.0-flash to gemini-2.5-flash
2 parents 1a1baea + 87f662d commit 5d8cf8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)