LocalAI/examples/query_data/models/gpt-3.5-turbo.yaml

16 lines
233 B
YAML
Raw Normal View History

2023-05-05 19:56:31 +00:00
name: gpt-3.5-turbo
parameters:
2023-05-10 13:20:21 +00:00
model: ggml-gpt4all-j
2023-05-05 19:56:31 +00:00
top_k: 80
temperature: 0.2
top_p: 0.7
context_size: 1024
stopwords:
- "HUMAN:"
- "GPT:"
roles:
user: " "
system: " "
template:
completion: completion
2023-05-10 13:20:21 +00:00
chat: gpt4all