Skip to content

Commit

Permalink
update to gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed May 14, 2024
1 parent 84d6351 commit 0c203b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tldraw/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def sent_request_to_openai(prompt, base64_image, api_key):
headers = {"Content-Type": "application/json", "Authorization": f"Bearer {api_key}"}

payload = {
"model": "gpt-4-turbo",
"model": "gpt-4o",
"messages": [
{
"role": "user",
Expand Down

0 comments on commit 0c203b4

Please sign in to comment.