Update app.py
Browse files
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=
|
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"
|