mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +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',
|
cacheUrl: 'https://content.alcedogroup.com',
|
||||||
cacheEntry: false,
|
cacheEntry: false,
|
||||||
apiKey: '',
|
apiKey: '',
|
||||||
openAiBaseUrl: null,
|
openAiBaseUrl: "https://api.openai.com",
|
||||||
drawCD: 30,
|
drawCD: 30,
|
||||||
model: '',
|
model: '',
|
||||||
temperature: 0.8,
|
temperature: 0.8,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue