修改: 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:
glay
2024-11-04 16:24:10 +08:00
parent dca4a0e48f
commit fc391168e9
8 changed files with 355 additions and 1158 deletions

View File

@@ -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}`,
});
}
}