mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
plumbing for cli context and loader, stash before picking up initializers
This commit is contained in:
parent
45285bb5d8
commit
1ef6ba2b52
6 changed files with 139 additions and 34 deletions
11
config/gpt-3.5-turbo-completion.yaml
Normal file
11
config/gpt-3.5-turbo-completion.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
registration:
|
||||
model: gpt-3.5-turbo
|
||||
endpoint: CreateCompletion
|
||||
local_paths:
|
||||
model: ggml-gpt4all-j
|
||||
template: chat-gpt4all
|
||||
request_defaults:
|
||||
top_p: 0.7
|
||||
temperature: 0.2
|
||||
x-localai-extensions:
|
||||
top_k: 80
|
Loading…
Add table
Add a link
Reference in a new issue