runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from agent import graph File "/home/user/app/agent.py", line 51, in <module> chat = ChatHuggingFace(llm=llm, verbose=True) File "/usr/local/lib/python3.10/site-packages/langchain_huggingface/chat_models/huggingface.py", line 503, in __init__ super().__init__(**kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 130, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) File "/usr/local/lib/python3.10/site-packages/langchain_huggingface/chat_models/huggingface.py", line 514, in validate_llm raise TypeError( TypeError: Expected llm to be one of HuggingFaceTextGenInference, HuggingFaceEndpoint, HuggingFaceHub, HuggingFacePipeline received <class 'langchain_groq.chat_models.ChatGroq'>

Container logs:

Fetching error logs...