mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-01 02:29:13 -04:00
feat: Add mistral agents configs
This commit is contained in:
13
sources/agents/mistral_completion_codestral_fim.toml
Normal file
13
sources/agents/mistral_completion_codestral_fim.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Codestral Base FIM"
|
||||
name = "Mistral Completion — Codestral FIM"
|
||||
description = "Codestral on the Mistral AI platform (api.mistral.ai) — native fill-in-the-middle code completion via /v1/fim/completions. Use this when you have a Mistral AI key; for the dedicated codestral.mistral.ai endpoint use 'Codestral Completion — FIM' instead."
|
||||
|
||||
provider_instance = "Mistral AI"
|
||||
model = "codestral-latest"
|
||||
tags = ["completion", "mistral", "codestral", "cloud", "fim"]
|
||||
|
||||
[body]
|
||||
max_tokens = 256
|
||||
temperature = 0.2
|
||||
Reference in New Issue
Block a user