mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-01 18:49:14 -04:00
feat: Add mistral agents configs
This commit is contained in:
12
sources/agents/codestral_completion_fim.toml
Normal file
12
sources/agents/codestral_completion_fim.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Codestral Base FIM"
|
||||
name = "Codestral Completion — FIM"
|
||||
description = "Codestral — native fill-in-the-middle code completion (prompt+suffix on /v1/fim/completions). Fast, code-only output; ideal for inline completion."
|
||||
|
||||
model = "codestral-latest"
|
||||
tags = ["completion", "codestral", "mistral", "cloud", "fim"]
|
||||
|
||||
[body]
|
||||
max_tokens = 256
|
||||
temperature = 0.2
|
||||
Reference in New Issue
Block a user