yangjian102621 / geekai

AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画,Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。
https://chat.geekai.me
Apache License 2.0
3.65k stars 948 forks source link

使用中转接口报不在白名单中 #199

Closed thisisdun998 closed 3 months ago

thisisdun998 commented 4 months ago

⚠️ 确认 issue 是否已存在 ⚠️

GPT-3 or GPT-4

GPT-3.5

操作系统

Windows

Bug 描述 📝

使用中转接口报不在白名单中

重现步骤 🕹

No response

你的应用配置信息

No response

Anionex commented 3 months ago

同样的问题

magicwen666 commented 3 months ago

同样的问题

yangjian102621 commented 3 months ago

image

配置一下 API 地址,这个是获取白名单列表的 API。

KyanZhu commented 3 months ago

image

配置一下 API 地址,这个是获取白名单列表的 API。

可以在说的详细一点嘛 谢谢

yangjian102621 commented 3 months ago

编辑 conf/config.toml 配置文档,找到 ApiConfig 配置段,把 ApiURL 这个配置配上,http://service.r9it.com:9001

tomlongcool commented 2 months ago

配置文件在哪里请问,我是用的宝塔和docker一键部署的

tomlongcool commented 2 months ago

同样的问题

请问解决了吗 我找不到这个配置文件

tomlongcool commented 2 months ago

编辑 conf/config.toml 配置文档,找到 ApiConfig 配置段,把 ApiURL 这个配置配上,http://service.r9it.com:9001

您好,作者大大,我用宝塔和docker一键部署的找不到这个文件,请问怎么修改呢?

yangjian102621 commented 3 weeks ago

就在你的部署目录下面,有个 conf 文件夹。