mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🐛 fix: Support Bedrock Provider for MCP Image Content Rendering (#8047)
This commit is contained in:
parent
c551ba21f5
commit
3ab1bd65e5
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ const RECOGNIZED_PROVIDERS = new Set([
|
||||||
'xai',
|
'xai',
|
||||||
'deepseek',
|
'deepseek',
|
||||||
'ollama',
|
'ollama',
|
||||||
|
'bedrock',
|
||||||
]);
|
]);
|
||||||
const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']);
|
const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue