mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 09:38:50 +01:00
feat: endpoint setting mobile style.
feat: save and endpoint option works!
This commit is contained in:
parent
edaf7c3ad1
commit
46e3ef4049
8 changed files with 91 additions and 38 deletions
|
|
@ -12,6 +12,7 @@ const askClient = async ({
|
|||
temperature,
|
||||
top_p,
|
||||
presence_penalty,
|
||||
frequency_penalty,
|
||||
onProgress,
|
||||
abortController
|
||||
}) => {
|
||||
|
|
@ -25,7 +26,8 @@ const askClient = async ({
|
|||
model: model,
|
||||
temperature,
|
||||
top_p,
|
||||
presence_penalty
|
||||
presence_penalty,
|
||||
frequency_penalty
|
||||
},
|
||||
chatGptLabel,
|
||||
promptPrefix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue