This commit is contained in:
Dave Lee 2023-06-08 16:35:17 -04:00
parent baf4fdab95
commit c24044d6a1
4 changed files with 17 additions and 8 deletions

View file

@ -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

View file

@ -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