đŸ› ī¸
Developer docs
Start BuildingGuides
  • ✨Getting Started
  • đŸŽ›ī¸Self Hosted Config
  • âœī¸SSO Login
    • Saml Identity Provider (Idp)
    • Oidc Identity Provider (Idp)
  • đŸŽžī¸Framework Specific Guide
    • âš›ī¸Reactjs
    • âš›ī¸Nextjs
    • âš›ī¸Vuejs
    • âš›ī¸Angular
    • âš›ī¸Svelte
    • âš›ī¸Solid
    • âš›ī¸Vanilla JS
  • â„šī¸Token
  • đŸ›ī¸Multi-Tenant Access Control
  • Embed using iFrame
  • 🔑License Key Validation for Self-Hosted App
  • Test
  • 👩‍đŸ’ģHelpers
    • âœŗī¸Token Body
    • ✅Options
      • Custom Fiscal Year filter setup in DataBrain
    • đŸˆ‚ī¸Server Event
    • Embed Functions
    • Override Language
    • âœˆī¸Embedding Architecture
    • âœˆī¸LLM Architecture
    • ✨LLM Connectors
      • Open AI
      • Claude AI
      • Azure Open AI
      • Llama
      • Mixtral
    • 🆔Dashboard ID
    • 🆔Metric ID
    • 🆔API Token
    • 🆔End User Metric Creation
    • Embedding APIs
      • Sync Datasource
  • Metric App Filter
  • Dashboard App Filter
  • Chat Mode
    • Step 1: Create Datamart and Workspace
    • Step 2: Create Data App and Embed ID
  • ✨Solutions Alchemy
    • Dashboards for Client Groups
    • Dashboard for Multiple Clients
    • Embedding: Role based Dashboard Filtering
    • Localized Currency Symbols
    • Manage Metrics
Powered by GitBook
On this page
  1. Helpers
  2. LLM Connectors

Mixtral

PreviousLlamaNextDashboard ID

Last updated 1 month ago

Step 1: Configure Mixtral

  1. Navigate to the LLMs section on the Settings page and click on +LLM.

  2. Choose Mixtral from the list.

  3. In the Configure Mixtral panel:

    • Name: Enter a descriptive name (e.g., Mixtral AI Assistant).

    • Base URL: Provide the endpoint URL from your provider in the format: https://<your-provider>.ai/v1

    • API Key: Paste your valid API Key provided by the Mixtral service provider.

    • Model Name: Enter the full model name (e.g., mistralai/Mixtral-**)

  4. Click Authenticate to activate the integration.

Step 2: Connect LLM to Workspace

  1. Navigate to your desired workspace and click on âš™ī¸ settings icon next to the workspace name.

  2. Under the General tab:

    • Scroll to the LLM section near the bottom.

    • From the LLM dropdown, choose the Mixtral model you just configured.

  3. Optionally enable Metric Summary and choose the summary Type from the following options: Technical and Insight Summary, Forecast and Trend Analysis, Comparative and Anomaly Detection, Custom.

  4. Click Save to apply changes.

👩‍đŸ’ģ
✨