Create prompt_config.yml
Browse files- prompt_config.yml +16 -0
prompt_config.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
prompt_format: null
|
| 2 |
+
max_tokens: 4096
|
| 3 |
+
|
| 4 |
+
prompts:
|
| 5 |
+
- mode: simple
|
| 6 |
+
template: simple_prompt_template.jinja
|
| 7 |
+
|
| 8 |
+
- mode: experience
|
| 9 |
+
template: experience_prompt_template.jinja
|
| 10 |
+
default:
|
| 11 |
+
limit: 1
|
| 12 |
+
|
| 13 |
+
- mode: expert
|
| 14 |
+
template: expert_prompt_template.jinja
|
| 15 |
+
default:
|
| 16 |
+
limit: 3
|