Hello, I really appreciate this project and I am planning to cite it in my work, but facing couple of issues while running it.
Could you please try running the code on your machine to confirm if these are actual bugs? If everything works fine for you, then I will recheck my setup.
- Issue 1:
python -m main --llm gpt stuck. When I run it, I got:
"OpenAI API Key Ready from [./key/key.txt].
?
0
Prepare a meal consisting of bacon, toast and coffee and serve it on the table.
[]"
Then it gets stuck and does nothing.
- Issue 2:
chat_2.json File Missing. When running: (python explanation.py --llm chat) i got:
"FileNotFoundError: No such file or directory: './res/chat_2.json"
Thank you!
Hello, I really appreciate this project and I am planning to cite it in my work, but facing couple of issues while running it.
Could you please try running the code on your machine to confirm if these are actual bugs? If everything works fine for you, then I will recheck my setup.
python -m main --llm gptstuck. When I run it, I got:"OpenAI API Key Ready from [./key/key.txt].
?
0
Prepare a meal consisting of bacon, toast and coffee and serve it on the table.
[]"
Then it gets stuck and does nothing.
chat_2.jsonFile Missing. When running: (python explanation.py --llm chat) i got:"FileNotFoundError: No such file or directory: './res/chat_2.json"
Thank you!