mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
12 lines
319 B
TOML
12 lines
319 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "Mistral Chat"
|
|
description = "Mistral Large (Chat Completions API) — coding chat assistant."
|
|
|
|
provider_instance = "Mistral AI"
|
|
endpoint = "/v1/chat/completions"
|
|
model = "mistral-large-latest"
|
|
|
|
tags = ["chat", "mistral", "cloud"]
|