chore: bump api version constant from v1.2.3 to v1.3.0 in version module
This commit is contained in:
parent
4b647b2dc5
commit
4fd88d6683
2
botje.py
2
botje.py
@ -177,7 +177,7 @@ Here is a summary of the steps taken so far:
|
|||||||
"Authorization": f"Bearer {api_key}"
|
"Authorization": f"Bearer {api_key}"
|
||||||
}
|
}
|
||||||
payload = {
|
payload = {
|
||||||
"model": "gpt-4-turbo",
|
"model": "gpt-4.1-nano",
|
||||||
"messages": messages,
|
"messages": messages,
|
||||||
"tools": self.tools,
|
"tools": self.tools,
|
||||||
"tool_choice": "auto"
|
"tool_choice": "auto"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user