feat(mistral): add Mistral provider with native PDF OCR and chat integration
This commit is contained in:
@@ -28,9 +28,11 @@ export {
|
||||
|
||||
// third party
|
||||
import * as anthropic from '@anthropic-ai/sdk';
|
||||
import * as mistralai from '@mistralai/mistralai';
|
||||
import * as openai from 'openai';
|
||||
|
||||
export {
|
||||
anthropic,
|
||||
mistralai,
|
||||
openai,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user