Merge branch 'feat/mistral-integration' into int

This commit is contained in:
Ida Dittrich 2026-02-25 14:09:54 +01:00
commit 312efb894b

View file

@ -18,6 +18,7 @@ import styles from './ProviderSelector.module.css';
const PROVIDER_LABELS: Record<string, string> = { const PROVIDER_LABELS: Record<string, string> = {
anthropic: 'Anthropic (Claude)', anthropic: 'Anthropic (Claude)',
openai: 'OpenAI (GPT)', openai: 'OpenAI (GPT)',
mistral: 'Mistral (Le Chat)',
perplexity: 'Perplexity', perplexity: 'Perplexity',
tavily: 'Tavily (Web Search)', tavily: 'Tavily (Web Search)',
privatellm: 'Private LLM', privatellm: 'Private LLM',
@ -28,6 +29,7 @@ const PROVIDER_LABELS: Record<string, string> = {
const PROVIDER_ICONS: Record<string, string> = { const PROVIDER_ICONS: Record<string, string> = {
anthropic: '🤖', anthropic: '🤖',
openai: '💬', openai: '💬',
mistral: '🇫🇷',
perplexity: '🔍', perplexity: '🔍',
tavily: '🌐', tavily: '🌐',
privatellm: '🔒', privatellm: '🔒',