fix: open余额也走反代

This commit is contained in:
ikechan8370 2023-03-02 22:18:01 +08:00
parent 904d49489e
commit aa0356622e
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ const defaultConfig = {
cacheUrl: 'https://content.alcedogroup.com',
cacheEntry: false,
apiKey: '',
openAiBaseUrl: "https://api.openai.com",
openAiBaseUrl: 'https://api.openai.com',
drawCD: 30,
model: '',
temperature: 0.8,