feat: endpoint setting mobile style.

feat: save and endpoint option works!
This commit is contained in:
Wentao Lyu 2023-04-01 23:27:44 +08:00
parent edaf7c3ad1
commit 46e3ef4049
8 changed files with 91 additions and 38 deletions

View file

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