Update, API version.

This commit is contained in:
retoor 2025-09-28 08:33:38 +02:00
parent 93bcd444d2
commit 994f940140

View File

@ -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"