mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
Updated model to GPT-4 preview, which is always the latest.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user