Merge branch 'feat/mistral-integration' into int
This commit is contained in:
commit
312efb894b
1 changed files with 2 additions and 0 deletions
|
|
@ -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: '🔒',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue