mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
step
This commit is contained in:
parent
baf4fdab95
commit
c24044d6a1
4 changed files with 17 additions and 8 deletions
|
@ -2,9 +2,9 @@ registration:
|
|||
model: gpt-3.5-turbo
|
||||
endpoint: CreateChatCompletion
|
||||
local_paths:
|
||||
model: ggml-gpt4all-j
|
||||
model: ggml-gpt4all-j.bin
|
||||
template: chat-gpt4all
|
||||
backend: gptj
|
||||
backend: gpt4all-j
|
||||
threads: 4
|
||||
request_defaults:
|
||||
top_p: 0.7
|
||||
|
|
|
@ -2,9 +2,9 @@ registration:
|
|||
model: gpt-3.5-turbo
|
||||
endpoint: CreateCompletion
|
||||
local_paths:
|
||||
model: ggml-gpt4all-j
|
||||
model: ggml-gpt4all-j.bin
|
||||
template: chat-gpt4all
|
||||
backend: gptj
|
||||
backend: gpt4all-j
|
||||
threads: 4
|
||||
request_defaults:
|
||||
top_p: 0.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue