Skip to content

Commit a9140c0

Browse files
authored
Update flat_ai.py
1 parent a58a00d commit a9140c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flat_ai/flat_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class FlatAI:
4545
def __init__(
4646
self,
4747
client: Optional[openai.OpenAI] = None,
48-
model: str = "gpt-4o",
48+
model: str = "gpt-4o-mini",
4949
retries: int = 3,
5050
base_url: str = "https://api.openai.com/v1",
5151
api_key: Optional[str] = None,

0 commit comments

Comments
 (0)