examples: keep old example around

This commit is contained in:
mudler 2023-05-30 18:33:46 +02:00
parent 11af09faf3
commit 95d213c17e
6 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1 @@
{{.Input}}

View file

@ -0,0 +1,16 @@
name: gpt-3.5-turbo
parameters:
model: ggml-gpt4all-j
top_k: 80
temperature: 0.2
top_p: 0.7
context_size: 1024
stopwords:
- "HUMAN:"
- "GPT:"
roles:
user: " "
system: " "
template:
completion: completion
chat: gpt4all

View file

@ -0,0 +1,4 @@
The prompt below is a question to answer, a task to complete, or a conversation to respond to; decide which and write an appropriate response.
### Prompt:
{{.Input}}
### Response: