mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: add support for the third party reverse proxy mode
This commit is contained in:
parent
36aaa12586
commit
a8ec5f41e3
6 changed files with 201 additions and 72 deletions
|
|
@ -63,8 +63,13 @@ let helpData = [
|
|||
},
|
||||
{
|
||||
icon: 'switch',
|
||||
title: '#chatgpt切换浏览器/API',
|
||||
desc: '切换使用的后端为浏览器或OpenAI API'
|
||||
title: '#chatgpt切换浏览器/API/API2',
|
||||
desc: '切换使用的后端为浏览器或OpenAI API/第三方API'
|
||||
},
|
||||
{
|
||||
icon: 'help',
|
||||
title: '#chatgpt模式帮助',
|
||||
desc: '查看多种聊天模式的区别及当前使用的模式'
|
||||
},
|
||||
{
|
||||
icon: 'help',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue