fix: revert api

This commit is contained in:
ikechan8370 2023-02-19 01:21:11 +08:00
parent 6da40e3843
commit e9bd95de41

View file

@ -31,8 +31,7 @@ export const Config = {
// 以下为API3方式的配置 *
// ***********************************************************************************************************************************
// from https://github.com/acheong08/ChatGPT
api: 'https://chatgpt.roki.best/backend-api/conversation',
// api: 'https://chatgpt.duti.tech/api/conversation',
api: 'https://chatgpt.duti.tech/api/conversation',
apiBaseUrl: 'https://chatgpt.duti.tech',
// ***********************************************************************************************************************************
// 以下为API2方式的配置 *