mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-20 12:10:34 +08:00
feat: temperature config (#256)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user