一些帮助文本 (#155)

* feat: api3 WIP

* feat: add support for proxy of openai

* fix: if no proxy

* fix: optimize help message
This commit is contained in:
ikechan8370 2023-02-16 15:32:19 +08:00 committed by GitHub
parent 1296eccb48
commit 53f9edd26d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -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 = {