You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openai.lib._old_api.APIRemovedInV1: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 141, in
main_gpt3emailgen()
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 128, in main_gpt3emailgen
email_text = gen_mail_format(input_sender,
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 62, in gen_mail_format
email_contents = gen_mail_contents(email_contents)
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 44, in gen_mail_contents
rephrased_content = openai.Completion.create(
File "/home/adminuser/venv/lib/python3.9/site-packages/openai/lib/_old_api.py", line 39, in call
raise APIRemovedInV1(symbol=self._symbol)
The text was updated successfully, but these errors were encountered:
openai.lib._old_api.APIRemovedInV1: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 141, in
main_gpt3emailgen()
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 128, in main_gpt3emailgen
email_text = gen_mail_format(input_sender,
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 62, in gen_mail_format
email_contents = gen_mail_contents(email_contents)
File "/mount/src/gpt3_email_generator/streamlit_app.py", line 44, in gen_mail_contents
rephrased_content = openai.Completion.create(
File "/home/adminuser/venv/lib/python3.9/site-packages/openai/lib/_old_api.py", line 39, in call
raise APIRemovedInV1(symbol=self._symbol)
The text was updated successfully, but these errors were encountered: