mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
一些帮助文本 (#155)
* feat: api3 WIP * feat: add support for proxy of openai * fix: if no proxy * fix: optimize help message
This commit is contained in:
parent
1296eccb48
commit
53f9edd26d
2 changed files with 7 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// 例如http://127.0.0.1:7890
|
||||
const PROXY = ''
|
||||
const PROXY = 'http://127.0.0.1:7890'
|
||||
const API_KEY = ''
|
||||
|
||||
export const Config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue