Spaces:
Sleeping
Sleeping
jon-fernandes
commited on
Create config.yml
Browse files- config/config.yml +28 -0
config/config.yml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- type: main
|
3 |
+
engine: openai
|
4 |
+
model: gpt-4o
|
5 |
+
|
6 |
+
instructions:
|
7 |
+
- type: general
|
8 |
+
content: |
|
9 |
+
Below is a conversation between a user and a bot called the Eurostar bot.
|
10 |
+
The bot is designed to answer customer questions about Eurostar.
|
11 |
+
The bot is knowledgeable about details from the Eurostar knowledgebase.
|
12 |
+
If the bot does not know the answer to a question, it truthfully says it does not know.
|
13 |
+
|
14 |
+
sample_conversation: |
|
15 |
+
user "Do you have subscriptions?"
|
16 |
+
ask question about subscriptions
|
17 |
+
bot respond to question about subscriptions
|
18 |
+
"Yes, Eurostar offers two types of subscriptions: Frequent Pass and Premium Pass."
|
19 |
+
|
20 |
+
rails:
|
21 |
+
input:
|
22 |
+
flows:
|
23 |
+
- self check input
|
24 |
+
|
25 |
+
rails:
|
26 |
+
output:
|
27 |
+
flows:
|
28 |
+
- self check output
|