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
I filled in my API KEY in app. py and started it, but it prompted KEYError. Xxxxxxxxxx is my confidential API KEY
KeyError:'xxxxxxxxx'
File "C:\Users\99548\AppData\Roaming\Python\Python311\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script
exec(code, module.__dict__)
File "E:\groq\conversational-chatbot-groq-main\app.py", line 70, in <module>
main()
File "E:\groq\conversational-chatbot-groq-main\app.py", line 18, in main
groq_api_key = os.environ['org_01htfdrvx4et585nnqtsq1vp9p']
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen os>", line 679, in __getitem__
The text was updated successfully, but these errors were encountered:
I filled in my API KEY in app. py and started it, but it prompted KEYError. Xxxxxxxxxx is my confidential API KEY
The text was updated successfully, but these errors were encountered: