feat: temperature config (#256)

This commit is contained in:
josc146
2023-04-28 20:52:08 +08:00
parent 3d5d7e3a21
commit 7f61722e78
8 changed files with 34 additions and 4 deletions
+1
View File
@@ -105,6 +105,7 @@ export const defaultConfig = {
maxResponseTokenLength: 1000,
maxConversationContextLength: 9,
temperature: 1,
customChatGptWebApiUrl: 'https://chat.openai.com',
customChatGptWebApiPath: '/backend-api/conversation',
customOpenAiApiUrl: 'https://api.openai.com',