-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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] 無法使用 AWS Nova 模型 #5203
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
@chiyiliao 你好!我是Dosu,一個可以幫助你解決錯誤、回答問題,甚至成為貢獻者的機器人。如果你需要任何幫助,我會在等待人類維護者的期間幫助你。期待和你一起解決問題!🤖 The error you're encountering indicates that the AWS Nova model does not permit the Here's a general approach to address this:
If you need further assistance with the code, please provide more details about where the request is being constructed, and I can help you with the specific changes needed. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
似乎也無法透過 bedrock 使用 meta 的 llama3 模型,會出現以下錯誤! |
📦 部署环境
Docker
📌 软件版本
1.40.3
💻 系统环境
Ubuntu
🌐 浏览器
Edge
🐛 问题描述
加入 AWS 官方的 Nova 模型,
使用該模型問一個問題,
會出現錯誤訊息!
📷 复现步骤
{
"error": {
"body": {
"attempts": 1,
"requestId": "xxxxxxxxxx",
"httpStatusCode": 400,
"totalRetryDelay": 0
},
"type": "ValidationException",
"message": "Malformed input request: #: extraneous key [top_p] is not permitted, please reformat your input and try again."
},
"region": "us-east-1",
"provider": "bedrock"
}
🚦 期望结果
應該可以得到 Nova 的文字回應
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: