mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 07:54:59 +00:00
examples: keep old example around (#439)
This commit is contained in:
parent
11af09faf3
commit
2f3c3b1867
6 changed files with 95 additions and 0 deletions
16
examples/chatbot-ui-manual/models/gpt-3.5-turbo.yaml
Normal file
16
examples/chatbot-ui-manual/models/gpt-3.5-turbo.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue