mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
12 lines
324 B
TOML
12 lines
324 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "Codestral Base Chat"
|
|
description = "Mistral Codestral Chat Completions. Abstract — extend it and set model."
|
|
abstract = true
|
|
|
|
provider_instance = "Codestral"
|
|
endpoint = "/v1/chat/completions"
|
|
|
|
tags = ["chat", "codestral", "mistral", "cloud"]
|