Spaces:
Sleeping
Sleeping
Commit
·
d2be6b1
1
Parent(s):
7c81715
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def explain_recommendation(model_name):
|
|
| 27 |
prompt = f"Why would {model_name} be a suitable choice for the application?"
|
| 28 |
|
| 29 |
response = openai.Completion.create(
|
| 30 |
-
model="gpt-
|
| 31 |
prompt=prompt,
|
| 32 |
max_tokens=150
|
| 33 |
)
|
|
|
|
| 27 |
prompt = f"Why would {model_name} be a suitable choice for the application?"
|
| 28 |
|
| 29 |
response = openai.Completion.create(
|
| 30 |
+
model="gpt-3.5-turbo",
|
| 31 |
prompt=prompt,
|
| 32 |
max_tokens=150
|
| 33 |
)
|