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.
2 parents 1a1baea + 87f662d commit 5d8cf8dCopy full SHA for 5d8cf8d
1 file changed
utils/ai.py
@@ -23,7 +23,7 @@ class ActAi(BaseModel):
23
24
api_key: NonEmptyStr
25
instructions: NonEmptyStr | list[NonEmptyStr] | None = None
26
- model_name: str = Field(alias="model", default="gemini-2.0-flash")
+ model_name: str = Field(alias="model", default="gemini-2.5-flash")
27
response_char_limit: int = 2000 # Used to be 4000 hmm
28
29
_client: Client | None = None
0 commit comments