Skip to main content

Mistral

Type: conversation.mistral

Status: alpha

Reference: https://docs.dapr.io/reference/components-reference/supported-conversation/mistral/

Example

apiVersion: cra.diagrid.io/v1beta1
kind: Component
metadata:
name: <name>
spec:
type: conversation.mistral
version: v1
metadata:
# API key for Mistral.
- name: key
value: |
**********
# A time-to-live value for a prompt cache to expire. Uses Golang durations (Optional)
#- name: cacheTTL
# value: "10m"
# The Mistral LLM to use. Defaults to open-mistral-7b (Optional)
#- name: model
# value: "open-mistral-7b"

Authentication profiles

Available authentication profiles:

  • API Key

API Key

Authenticate using an API key

key (string)

Required - API key for Mistral.

Example value:

**********

Metadata

cacheTTL (string)

A time-to-live value for a prompt cache to expire. Uses Golang durations

Example value: 10m

model (string)

The Mistral LLM to use. Defaults to open-mistral-7b

Example value: open-mistral-7b