Spaces:
Sleeping
Sleeping
Commit
·
8942ede
1
Parent(s):
d2be6b1
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def recommend_ai_model_via_gpt(description):
|
|
| 14 |
prompt = f"Given the application described as: '{description}', which AI model would be most suitable?"
|
| 15 |
|
| 16 |
response = openai.Completion.create(
|
| 17 |
-
model="gpt-
|
| 18 |
prompt=prompt,
|
| 19 |
max_tokens=50
|
| 20 |
)
|
|
|
|
| 14 |
prompt = f"Given the application described as: '{description}', which AI model would be most suitable?"
|
| 15 |
|
| 16 |
response = openai.Completion.create(
|
| 17 |
+
model="gpt-3.5-turbo",
|
| 18 |
prompt=prompt,
|
| 19 |
max_tokens=50
|
| 20 |
)
|