kunishou commited on
Commit
e45b7ca
·
1 Parent(s): b4e13a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def evaluate(
29
 
30
  df_result = pd.DataFrame([[instruction, input, None, None],],columns=["instruction" ,"input", "output", "total_tokens"])
31
 
32
- if os.environ["PROMPT2"] in message:
33
  response = openai.ChatCompletion.create(
34
  model="gpt-3.5-turbo",
35
  # model="gpt-4",
 
29
 
30
  df_result = pd.DataFrame([[instruction, input, None, None],],columns=["instruction" ,"input", "output", "total_tokens"])
31
 
32
+ if os.environ["PROMPT2"] not in message:
33
  response = openai.ChatCompletion.create(
34
  model="gpt-3.5-turbo",
35
  # model="gpt-4",