Spaces:
Sleeping
Sleeping
davoodwadi
commited on
Commit
•
a7b4411
1
Parent(s):
5bf88fb
Upload app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def predict(user_input):
|
|
103 |
try:
|
104 |
response = client.chat.completions.create(
|
105 |
# model='mistralai/Mixtral-8x7B-Instruct-v0.1',
|
106 |
-
model='gpt-3.5-turbo'
|
107 |
messages=prompt,
|
108 |
temperature=0
|
109 |
)
|
|
|
103 |
try:
|
104 |
response = client.chat.completions.create(
|
105 |
# model='mistralai/Mixtral-8x7B-Instruct-v0.1',
|
106 |
+
model='gpt-3.5-turbo',
|
107 |
messages=prompt,
|
108 |
temperature=0
|
109 |
)
|