Browse Source

Updated model to GPT-4 preview, which is always the latest.

pull/51/head
Daniel Miessler 10 months ago
parent
commit
f255f1badb
  1. 2
      client/utils.py

2
client/utils.py

@ -51,7 +51,7 @@ class Standalone:
messages = [user_message]
try:
stream = self.client.chat.completions.create(
model="",
model="gpt-4-turbo-preview",
messages=messages,
temperature=0.0,
top_p=1,

Loading…
Cancel
Save