Files
talemate/docs/user-guide/apis/mistral.md
veguAI e54938d37b Refactor the AppConfig UX: main-view Settings tab with sidebar navigation, search, and dirty tracking (#110)
* refactor: move application settings from modal to main-view Settings tab with sidebar nav, search, and dirty tracking (#108)

* fix: address settings-view review findings (system prompt defaults lost after save, dirty-on-type for prompt overrides, scoped embeddings busy-lock, external-change false positives)

* style: give settings pages a surface-colored canvas so reused editors blend like they did in the modal; anchor env variables in a card with empty state

* style: rename settings groups Creator->Storytelling and General/Gameplay->Game/General, distinct group icons; drop content-classification influence claim

* docs: refresh settings screenshots for the Storytelling and Game/General relabels

* fix: address PR review - decouple settings working copy from shared ws payload, clear saving flag on failed save, gate help-agent config writes on dirty state instead of open settings view, data-drive provider icons

* chore: drop dead null-guard on system-prompt-defaults binding (card is v-if gated on app_config)

* docs: update remaining pages describing the removed settings modal (apis/, client presets, outline, runpod note), fresh per-provider screenshots, help docs-index paths; reword system-prompts client hint

* docs: recapture per-provider API key screenshots as card element shots so each page shows its own provider
2026-07-20 00:55:37 +03:00

605 B

Mistral.ai API Setup

Talemate can use Mistral.ai for text generation.

You need to have an API key for Mistral.ai and set it in the application config. You can manage your Mistral.ai API keys at https://console.mistral.ai/api-keys/

Once you have your key open the Talemate settings (the Settings tab in the top navigation), go to Connections → API Keys and scroll to (or search for) mistral.ai. Here you can add your Mistral.ai API key.

Set mistral.ai API key

Then click Save to save your changes.