-
Notifications
You must be signed in to change notification settings - Fork 61.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] grok-2-image 模型报错 #6397
Comments
Title: [Bug] grok-2-image model error |
const xAIModes = [
"grok-beta",
"grok-2",
"grok-2-1212",
"grok-2-latest",
"grok-vision-beta",
"grok-2-vision-1212",
"grok-2-vision",
"grok-2-vision-latest",
]; 暂没有对生图模型
|
const xAIModes = [
"grok-beta",
"grok-2",
"grok-2-1212",
"grok-2-latest",
"grok-vision-beta",
"grok-2-vision-1212",
"grok-2-vision",
"grok-2-vision-latest",
]; There is no support for the raw graph model
|
我开启了MCP插件,但是MCP Market是空的,我需要自己写插件吗 |
I enabled the MCP plugin, but the MCP Market is empty. Do I need to write the plugin myself? |
现在MCP还没稳定,我在尝试的时候会导致一些错误。你可以通过 “发现” -> "plugins"->"新建"来创建一个支持x.ai绘图的插件。你可以参考x.ai的api文档以及flux的绘图插件编写这个插件的openapi schema,flux的绘图插件的地址在这里 |
Now that MCP is not stable, I will cause some errors when trying. You can create a plugin that supports x.ai drawing by "Discover" -> "plugins"->"New". You can refer to the x.ai API documentation and flux drawing plug-in to write the openapi schema of this plug-in. The address of the flux drawing plug-in is [here] (https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/blob/main/plugins/flux/openapi.json) |
谢谢,我去试试看 |
Thanks, I'll try it |
📦 部署方式
Docker
📌 软件版本
2.15.8
💻 系统环境
Other Linux
📌 系统版本
6.1.0-9-amd64
🌐 浏览器
Chrome
📌 浏览器版本
134.0.6998.118
🐛 问题描述
安装方式及环境说明:
使用yidadaa/chatgpt-next-web:latest 新装的 Docker,版本号应该是2.16,但是安装好运行起来之后,还是显示2.15.8,并且提示有更新2.16.。
问题:
模型grok-2-vision可以正常使用,但是切换到 模型 grok-2-image-1212 之后就提示错误
{ "code": "Some requested entity was not found", "error": "The model grok-2-image-1212 does not exist or your team XXXX does not have access to it. Please ensure you're using the correct API key. If you believe this is a mistake, please contact support and quote your team ID and the model name." }
以验证模型可用,相同的key在python中调用成功
📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: