-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 插件无法使用、无法语音输入! #5353
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
@JoeChen2me 你好!我是Dosu,一个能够帮助解决bug、回答问题并成为贡献者的机器人。我会在等待人类维护者的过程中帮你解决问题。 The issue you're experiencing with the 'Invalid JSON payload received' error when using GoogleGenerativeAI is likely due to unsupported JSON schema properties such as 'default' in the request payload. These fields are not supported by the Google Gemini model, leading to the error. To resolve this, you can disable the plugins/function calls feature, which will prevent the problematic function declarations causing the 400 Bad Request error. Additionally, it is recommended not to enable plugins for the Gemini model due to its poor Tools Calling capabilities [1]. Regarding the CORS issue for manifest requests, you may need to configure your server to allow cross-origin requests. Unfortunately, specific CORS settings were not found in the repository, so you might need to check your server configuration or consult additional resources for setting up CORS. For the voice input issue, ensure that all necessary ports are open. Besides the ports you've already opened (3210, 8000, 9000), you should also open the following ports for full functionality, including plugins and voice input:
These ports are necessary for the operation of LobeChat and its components [2][3]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
|
Em
…--
Richard Allison
On January 8, 2025 at 5:06:49 PM, LobeHub Bot ***@***.***) wrote:
Bot detected the issue body's language is not English, translate it
automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
------------------------------
- The plug-in installation error is caused by being blocked, which can
be solved by opening a proxy.
- The error reported when using the plug-in is due to the function
call of gemini.
—
Reply to this email directly, view it on GitHub
<#5353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM72DGHVDKJVZTX2IMIR5Q32JXDSTAVCNFSM6AAAAABU3CZEKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZYHE4TCOBSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
你好,请问描述的 |
Hello, may I ask if the description of "opening a proxy can solve the problem" refers to "a proxy for my Alibaba Cloud server" or "a proxy for the machine I visit"? Is there a specific Domain rule for proxying? I would like to pass Add rules to specify the use of proxy services for the proxy software. @SpeedupMaster |
已经开放了9001 8080 5432端口。能否详细说明CROS跨域配置的问题。 |
关于CORS跨域配置的问题,如果您在云服务器上部署并且只有公网IP,您需要确保服务器的CORS设置允许从您的客户端IP进行访问。具体的CORS配置可能需要在您的服务器软件(如Nginx、Apache等)中进行设置,通常包括允许的来源、方法和头信息。 至于模型调用能力,关于GPT-4o和DeepSeek-V3模型在LobeChat中的工具调用能力,目前没有找到相关的具体信息。您可能需要进行一些测试以评估它们在您的特定用例中的表现。 如果您需要进一步的帮助,可能需要查看服务器的具体配置文档或联系相关的技术支持。 To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
不知道你是所有插件都无法安装还是个别的无法安装。有几个插件好像是被墙了,翻墙后可以安装,安装后不翻墙好像也能用,只是会弹报错信息。Domain规则不太清楚 |
I don’t know if you can’t install all plug-ins or just some of them. Some plug-ins seem to be blocked, and they can be installed after circumventing the wall. After installation, they seem to work without circumventing the wall, but an error message will pop up. Domain rules are not clear |
📦 Environment
Vercel, Docker
📌 Version
v.1.4.5.0
💻 Operating System
Ubuntu
🌐 Browser
Edge
🐛 Bug Description
插件问题
我在
阿里云服务器
通过docker compose的方式部署了数据库版本
的LobeChat。部署之后,我通过服务器的公网IP:3210端口的方式进行访问,访问是正常的。可以进行对话和文件上传、向量化等操作。
但是无法使用插件功能。存在两种情况的报错
manifest请求失败,需要配置跨域访问
语音输入问题
打开语音输入一直提示
润色中
,但是没有后续反应。请问如何解决但是在我Vercel上所部署的客户端版本,可以实现插件+语音输入。
是否是我阿里云服务器的端口设置有问题?导致端口被拦截了呢。
📷 Recurrence Steps
润色中
之后无反应。上述情况目前百分百复现。
🚦 Expected Behavior
📝 Additional Information
请问是否是端口配置的问题呢?
我目前开放了3210、8000、9000端口。是否还需要开放其他端口?
The text was updated successfully, but these errors were encountered: