diff --git a/config.example.toml b/config.example.toml index e0fad92..6627610 100644 --- a/config.example.toml +++ b/config.example.toml @@ -107,6 +107,15 @@ default_model = "glm-4.6" enabled = true priority = 70 +[[profiles]] +name = "mistral" +provider_type = "OpenAICompatible" +base_url = "https://api.mistral.ai/v1" +api_key = "YOUR_MISTRAL_KEY" +default_model = "mistral-small-latest" +priority = 70 +enabled = true + # ─── OAuth Subscription Profiles ─────────────────────── # Login first: claudex auth login --profile @@ -210,3 +219,12 @@ profile = "local-qwen" # reuse a profile's base_url + api_key for e model = "nomic-embed-text" # embedding model chunk_size = 512 top_k = 5 + +[[profiles]] +name = "Mistral" +provider_type = "OpenAICompatible" +base_url = "https://api.mistral.ai/v1" +api_key = "your-api-key" +default_model = "mistral-7b-v0.1" +priority = 70 +enabled = true