mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: api -> reverseProxyUrl
This commit is contained in:
parent
548642dab9
commit
ab021d0caa
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ export class chatgpt extends plugin {
|
|||
upsertMessage,
|
||||
getMessageById,
|
||||
completionParams,
|
||||
apiBaseUrl: Config.api || 'https://api.openai.com',
|
||||
apiReverseProxyUrl: Config.api,
|
||||
assistantLabel: Config.assistantLabel
|
||||
})
|
||||
const currentDate = new Date().toISOString().split('T')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue