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

This commit is contained in:
Daniel Miessler 2024-02-06 01:28:23 -08:00
parent 4695bee612
commit f255f1badb

View File

@ -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,