Skip to content
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

Feature/huggingface pipeline streaming #331

Merged
merged 6 commits into from
Feb 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable dialog rails for HF dolly example.
  • Loading branch information
drazvan committed Feb 15, 2024
commit 47e3f1513c75df1077723394253bb0c80fd60884
50 changes: 26 additions & 24 deletions examples/configs/llm/hf_pipeline_dolly/rails.co
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
define user express greeting
"Hello"
"Hi"
# Uncomment these to test dialog rails

define user ask capabilities
"What can you do?"
"What can you help me with?"
"tell me what you can do"
"tell me about you"

define user ask general question
"How is the weather tomorrow?"
"Can you tell me which is the best movie this week"
"i would like to know the best scifi books of all time."

define flow
user express greeting
bot express greeting

define flow
user ask capabilities
bot inform capabilities

define bot inform capabilities
"I am an AI assistant and I'm here to help."
#define user express greeting
# "Hello"
# "Hi"
#
#define user ask capabilities
# "What can you do?"
# "What can you help me with?"
# "tell me what you can do"
# "tell me about you"
#
#define user ask general question
# "How is the weather tomorrow?"
# "Can you tell me which is the best movie this week"
# "i would like to know the best scifi books of all time."
#
#define flow
# user express greeting
# bot express greeting
#
#define flow
# user ask capabilities
# bot inform capabilities
#
#define bot inform capabilities
# "I am an AI assistant and I'm here to help."