Skip to content
Snippets Groups Projects
Commit 7674bf09 authored by Demian Frister's avatar Demian Frister
Browse files

prompt

parent d864160f
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ config_file: |
completion: completion
stopwords:
- "GPT4 User"
- "GPT4 Correct User"
- <|end_of_turn|>
roles :
assistant: 'GPT4 Assistant:'
......@@ -74,7 +75,7 @@ prompt_templates:
- name: "openchat"
content: |
Perform the instructions to the best of your ability.
GPT4 User: {{.Input}} <|end_of_turn|> GPT4 Assistant:
GPT4 Correct User: {{.Input}} <|end_of_turn|> GPT4 Assistant:
- name: "openchat-block"
content: |
{{.Input}}
......
......@@ -32,6 +32,7 @@ config_file: |
completion: completion
stopwords:
- "GPT4 User"
- "GPT4 Correct User"
- <|end_of_turn|>
roles :
assistant: 'GPT4 Assistant:'
......@@ -40,7 +41,7 @@ prompt_templates:
- name: "openchat-1210"
content: |
Perform the instructions to the best of your ability.
GPT4 User: {{.Input}} <|end_of_turn|> GPT4 Assistant:
GPT4 Correct User: {{.Input}} <|end_of_turn|> GPT4 Assistant:
- name: "openchat-block"
content: |
{{.Input}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment