The world's slowest chatbot #491
JohnZolton
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Is processing done in CPU? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used whisper to detect questions in "real" time and then passed those questions to a question-answering model and return an answer based on a text file of information.
It technically worked but overall performance was pretty terrible, about 10 seconds between asking the question and outputting an answer.
Code here.
Beta Was this translation helpful? Give feedback.
All reactions