From 4fd88d6683ec63c6ef71383cbe667177533065ce Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 28 Sep 2025 06:33:38 +0000 Subject: [PATCH] chore: bump api version constant from v1.2.3 to v1.3.0 in version module --- botje.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botje.py b/botje.py index d929e09..616d1ff 100755 --- a/botje.py +++ b/botje.py @@ -177,7 +177,7 @@ Here is a summary of the steps taken so far: "Authorization": f"Bearer {api_key}" } payload = { - "model": "gpt-4-turbo", + "model": "gpt-4.1-nano", "messages": messages, "tools": self.tools, "tool_choice": "auto"