zhangjf commited on
Commit
96973d0
·
1 Parent(s): 2a686f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def num_tokens_from_messages(messages, model="gpt-3.5-turbo"):
43
  See https://github.com/openai/openai-python/blob/main/chatml.md for information on how messages are converted to tokens.""")
44
 
45
 
46
- def read_tasks(cache_file="qas-5000.json"):
47
  #from make_qas import input_dir
48
  from make_qas_comparison import input_dir
49
  file = f"{input_dir}/qas.json"
 
43
  See https://github.com/openai/openai-python/blob/main/chatml.md for information on how messages are converted to tokens.""")
44
 
45
 
46
+ def read_tasks(cache_file=None):
47
  #from make_qas import input_dir
48
  from make_qas_comparison import input_dir
49
  file = f"{input_dir}/qas.json"