mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 画图报错undefined的解决方案
This commit is contained in:
parent
7133ce29fc
commit
36cdd701f9
2 changed files with 25 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import fs from 'fs'
|
||||
import lodash from 'lodash'
|
||||
export const defaultChatGPTAPI = 'https://pimon.d201.cn/backend-api/conversation'
|
||||
export const officialChatGPTAPI = 'https://apps.openai.com/api/conversation'
|
||||
export const officialChatGPTAPI = 'https://pimon.d201.cn/backend-api/conversation'
|
||||
// Reverse proxy of https://api.openai.com
|
||||
export const defaultOpenAIReverseProxy = 'https://mondstadt.d201.eu.org'
|
||||
// blocked in China Mainland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue