fix: 默认API baseurl填值

This commit is contained in:
ikechan8370 2023-03-02 20:22:43 +08:00
parent 446de028ec
commit 904d49489e

View file

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