Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def predict(message, history):
|
|
69 |
history_openai_format.append({"role": "user", "content": message})
|
70 |
|
71 |
response = openai.ChatCompletion.create(
|
72 |
-
model= 'ft:gpt-3.5-turbo-0125:2292030-peach-tech:colleague-ai:
|
73 |
messages= history_openai_format,
|
74 |
temperature=1.0,
|
75 |
stream=True
|
|
|
69 |
history_openai_format.append({"role": "user", "content": message})
|
70 |
|
71 |
response = openai.ChatCompletion.create(
|
72 |
+
model= 'ft:gpt-3.5-turbo-0125:2292030-peach-tech:colleague-ai:9Ag6BysG',
|
73 |
messages= history_openai_format,
|
74 |
temperature=1.0,
|
75 |
stream=True
|