Closed rednag closed 3 months ago
Hi! Thanks for your issue, we will deal with your issue as soon as possible.
Try using print(answer.wait_until_done())
instead of print(answer.text)
Try using
print(answer.wait_until_done())
instead ofprint(answer.text)
Or you can use print(answer)
directly.
This issue was marked as stale because of inactivity.
This issue was closed because of inactivity.
Describe the bug I'm authenticated successfully and I see on huggingchat that new conversations are created, but all of them are in an error mode and I'm not receiving any response from the model. I'm trying to process large amount of texts to summarize, Idk whether this is the issue, but when I'm pasting the text in a UI created conversation I at least get a response from the model.
To Reproduce I've tried to build the pipeline in a Jupyter notebook and at the beginning it worked for simple queries like "Are you there?", but now I don't event get an answer for this simple queries.
Expected behavior I'd expect an answer.
Screenshots Not necessary.
Additional context What Operating System are you using? Ubuntu 22.04.4 What Python version are you using? Python 3.10.12 What version of hugchat are you using? 0.4.6