Module langflow.base.io.chat not found. #2103
Replies: 1 comment 5 replies
-
Hey there, @SatyakiDe2019! I'm here to help you out with any bugs, questions, or contributions. Let's dive into this issue together! To resolve the issue where the module from langflow.base.io.chat import ChatComponent
from langflow.components.inputs import ChatInput Here is an example of how you can import and use from langflow.base.io.chat import ChatComponent
from langflow.components.inputs import ChatInput
# Example usage of ChatInput
chat_input = ChatInput()
config = chat_input.build_config()
print(config) Ensure that the |
Beta Was this translation helpful? Give feedback.
-
I'm using ChatInput, which is not recognized.
Can you please tell me how to resolve it?
I'm running this on MacBook & my python version is - 3.10.6
I appreciate your time in advance!
Beta Was this translation helpful? Give feedback.
All reactions