lhk commited on
Commit
21e9f54
·
1 Parent(s): b81bae4

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +14 -0
config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is an abstract flow, therefore some required fields are missing (not defined)
2
+
3
+ n_api_retries: 6
4
+ wait_time_between_retries: 20
5
+
6
+ system_name: system
7
+ user_name: user
8
+ assistant_name: assistant
9
+
10
+ response_annotators: {}
11
+
12
+ query_message_prompt_template: null # ToDo: When will this be null?
13
+ demonstrations: null
14
+ demonstrations_response_template: null