-
Notifications
You must be signed in to change notification settings - Fork 157
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
In Hugging Face when I try to send a message to it it says unknown error then spams hey a bunch of times and in replit it gives this error #14
Comments
THIS IS THE JSON OUTPUT FOR HUGGINGFACE { |
Traceback (most recent call last):
File "main.py", line 82, in
main()
File "main.py", line 78, in main
client = MyClient('DialoGPT-small-RickAndMorty2')
File "main.py", line 17, in init
super().init()
TypeError: init() missing 1 required keyword-only argument: 'intents'
The text was updated successfully, but these errors were encountered: