-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pywin32 can't install #1
Comments
Hi @zhulibing, you should be able to use it on Linux, just remove pywin32 from the requirements.txt as it will only work on windows. |
Hi Abdullahw, Thanks a lot for the quick response. It works now. I am wondering what is the LLM used in this code? Is there any related publication I can read? Thanks a lot. Really appreciate |
Hi @zhulibing, There is no LLM used in this code. There are just pure NLP techniques used for this chatbot. This project was created before LLMs became popular for chatbots. You may substitute an LLM in the code as per your requirements. There are no publications related to that I know of. Please be sure to star if this code is of use to you! Thank you! |
Thank you so much. I will do that. |
Hi, I am installing requirements.txt within my Linux system. It shows pywin32 can't install. I am wondering if this code support Linux system? thanks a lot
The text was updated successfully, but these errors were encountered: