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
AttributeError: OPENAI_FUNCTIONS
Traceback:
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/Users/lev/Documents/Github/researcher-gpt/app.py", line 169, in
agent=AgentType.OPENAI_FUNCTIONS,
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/enum.py", line 786, in getattr
raise AttributeError(name) from None
The text was updated successfully, but these errors were encountered:
AttributeError: OPENAI_FUNCTIONS
Traceback:
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/Users/lev/Documents/Github/researcher-gpt/app.py", line 169, in
agent=AgentType.OPENAI_FUNCTIONS,
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/enum.py", line 786, in getattr
raise AttributeError(name) from None
The text was updated successfully, but these errors were encountered: