feat(provider.anthropic): Add support for vision and document processing in Anthropic provider

This commit is contained in:
2025-02-03 17:48:36 +01:00
parent 1c49af74ac
commit ad5dd4799b
4 changed files with 121 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.1.0',
version: '0.2.0',
description: 'A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.'
}