mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
Updated model to GPT-4 preview, which is always the latest.
This commit is contained in:
parent
4695bee612
commit
f255f1badb
@ -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…
Reference in New Issue
Block a user