Skip to content

Commit

Permalink
trying out lower cost GPT-4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Dec 19, 2023
1 parent f52f933 commit b52d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def ask_chat_route():
{"role": "user", "content": query},
]

response = client.chat.completions.create(model="gpt-4",
response = client.chat.completions.create(model="gpt-4-1106-preview",
messages=messages)


Expand Down

0 comments on commit b52d78e

Please sign in to comment.