updating openai memento
API changed, updating model name
This commit is contained in:
parent
1d7f02f514
commit
b41b012e13
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def send_img(img, prompt):
|
|||
"Authorization": f"Bearer {openai_api_key}"
|
||||
}
|
||||
payload = {
|
||||
"model": "gpt-4-vision-preview",
|
||||
"model": "gpt-4-turbo",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
Loading…
Reference in a new issue