mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 14:14:59 +00:00
17 lines
No EOL
339 B
YAML
17 lines
No EOL
339 B
YAML
registration:
|
|
model: gpt-3.5-turbo
|
|
endpoint: CreateChatCompletion
|
|
local_paths:
|
|
model: ggml-gpt4all-j.bin
|
|
template: chat-gpt4all
|
|
backend: gpt4all-j
|
|
threads: 4
|
|
request_defaults:
|
|
top_p: 0.7
|
|
temperature: 0.2
|
|
x-localai-extensions:
|
|
top_k: 80
|
|
roles:
|
|
system: "system"
|
|
assistant: "assistant"
|
|
user: "user" |