Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0daynick authored and Nick committed Jun 7, 2023
1 parent 4b76b12 commit 03077f1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,18 @@ PS : 不要填写 `127.0.0.1` 或 `localhost`,此地址是指向容器内,
暂不支持 用户名/密码 与 微信登录方式并存

### 如何配置使用 OpenAI 提供的接口

1. env 中需要填写 `OPENAI_HOST``OPENAI_PORT` 等配置
2. 管理后台系统配置中,需要将密钥类型选为 openai
2. 管理后台系统配置中,需要将密钥类型选为 `openai`

**注意事项:**

1. 配置前,请确保你配置的访问的站点是可用的,可先使用其他工具先行进行调试,如 `Postman`
2. 提供服务的站点需要支持 `http2` 以及开启流传输,如使用 `OPENAI_PROXY_HOST``OPENAI_PROXY_PORT` 代理形式需要支持 `socket5` 协议;
3. 对话返回 `好像出错了,请稍后再试。``您中断了回答,诺继续请刷新重试` 请检查管理后台系统配置选项是否正确,以及检查请求的地址是否符合以上条件。
4. 对话返回的内容不完全,请联系提供服务的第三方运营商

以上问题产生的错误不进行支持与反馈,请自行解决。


### 项目中未见包含前端源码

Expand Down

0 comments on commit 03077f1

Please sign in to comment.