mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 18:19:11 -04:00
10 lines
320 B
TOML
10 lines
320 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "Mistral Base Chat"
|
|
description = "Mistral AI Chat Completions request body (OpenAI-compatible /v1/chat/completions). Abstract — extend it and set model."
|
|
abstract = true
|
|
|
|
provider_instance = "Mistral AI"
|
|
endpoint = "/v1/chat/completions"
|