runtime error
Exit code: 1. Reason: /home/user/app/interaction.py:3: LangChainDeprecationWarning: Importing load_tools from langchain.agents is deprecated. Please replace deprecated imports: >> from langchain.agents import load_tools with new imports of: >> from langchain_community.agent_toolkits.load_tools import load_tools You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.agents import load_tools, initialize_agent, AgentType Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from interaction import LLMResource File "/home/user/app/interaction.py", line 9, in <module> class LLMResource: File "/home/user/app/interaction.py", line 13, in LLMResource huggingfacehub_api_token=os.environ["API_KEY"], File "/usr/local/lib/python3.10/os.py", line 680, in __getitem__ raise KeyError(key) from None KeyError: 'API_KEY'
Container logs:
Fetching error logs...