Rooni commited on
Commit
6300ad8
·
1 Parent(s): 99ad768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def ask_openai_with_image(instruction, image):
33
  "content": f"data:image/jpeg;base64,{base64_image}",
34
  }
35
  ],
36
- "max_tokens": 5095,
37
  }
38
 
39
  # API ключ для OpenAI
 
33
  "content": f"data:image/jpeg;base64,{base64_image}",
34
  }
35
  ],
36
+ "max_tokens": 4095,
37
  }
38
 
39
  # API ключ для OpenAI