-
Notifications
You must be signed in to change notification settings - Fork 183
Chatbot demo #1229
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
Chatbot demo #1229
Conversation
…nto tests/feature/nl_dec_engine
…o tests/damian/llms
…/damian/testing_sources_truth
…nto feature/damian/new_tests
…/damian/testing_sources_truth
…ruth' into feature/damian/new_tests
…eature/damian/storage
while True: | ||
# get input from user | ||
input_text = input("User: ") | ||
response = pipeline(sequences=[input_text], session_ids=args.session_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point of having session id as an arg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, for this small example probably should be a fixed string.
@rahul-tuli my few cents on the design of CLI.
Maybe beautifying the interface with some colors in stdout and emoticons (LLaMa2 famously is able to output emojis: abetlen/llama-cpp-python#608) |
Closing, as this is now the duplicate of #1235 |
182c7c7
to
660e45a
Compare
out of date - closing |
No description provided.