-
Notifications
You must be signed in to change notification settings - Fork 88
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
llama3 #44
Comments
The error you're getting in the message is already the result of a try-catch: Lines 256 to 261 in 279fac5
The model response is streamed to the user and chunks are constructed into the message response -- you likely received a complete response, in addition to the error message, which was caught on a single chunk. If you don't want to see error messages in the telegram chat, you should be able to replace lines 257-261 with a log or print statement (anything other than a message) and restart your container |
next step for this would be RAG support via telegram :) |
trying to use it with llama3 but it does not reply to my messages
Any ideea how to debut this?
Also when I try to run it from docker (although there is an .env file with the api key for telegram)
Thank you.
The text was updated successfully, but these errors were encountered: