We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1baea commit 87f662dCopy full SHA for 87f662d
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