MartinKosela commited on
Commit
8942ede
·
1 Parent(s): d2be6b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-4.0-turbo",
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
  )