mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 默认API baseurl填值
This commit is contained in:
parent
446de028ec
commit
904d49489e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const defaultConfig = {
|
|||
cacheUrl: 'https://content.alcedogroup.com',
|
||||
cacheEntry: false,
|
||||
apiKey: '',
|
||||
openAiBaseUrl: null,
|
||||
openAiBaseUrl: "https://api.openai.com",
|
||||
drawCD: 30,
|
||||
model: '',
|
||||
temperature: 0.8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue