
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
streamlit을 활용한 웹 서비스 개발 AI와 100인의 용사들 3주차 강의를 듣고 있습니다
서비스를 잘 되는데 첫 페이지에서 이런 오류가 뜨네요. 도움 부탁드립니다~

NameError: 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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
exec(code, module.__dict__)
File "/mount/src/ai100/app.py", line 33, in <module>
result = chat_completion.choices[0].message.content
^^^^^^^^^^^^^^^
