mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-13 13:33:42 +08:00
修改: app/api/bedrock.ts
删除: app/api/bedrock/models.ts 删除: app/api/bedrock/utils.ts 修改: app/client/platforms/bedrock.ts 删除: app/components/chat-actions.tsx 修改: app/components/chat.tsx 修改: app/constant.ts 删除: app/icons/document.svg
This commit is contained in:
@@ -239,7 +239,7 @@ export class BedrockApi implements LLMApi {
|
||||
// Add error message as text content
|
||||
content.push({
|
||||
type: "text",
|
||||
text: `Error processing image: ${e.message}`,
|
||||
text: `Error processing image: ${e}`,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user