MartinKosela commited on
Commit
d2be6b1
·
1 Parent(s): 7c81715

Update app.py

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