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:
13
sources/agents/codestral_base_fim.toml
Normal file
13
sources/agents/codestral_base_fim.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
schema_version = 1
|
||||
|
||||
name = "Codestral Base FIM"
|
||||
description = "Codestral native fill-in-the-middle request body (/v1/fim/completions). Abstract — extend it and set model."
|
||||
abstract = true
|
||||
|
||||
provider_instance = "Codestral"
|
||||
endpoint = "/v1/fim/completions"
|
||||
|
||||
[body]
|
||||
stream = true
|
||||
prompt = """{{ tojson(ctx.prefix) }}"""
|
||||
suffix = """{% if existsIn(ctx, "suffix") %}{{ tojson(ctx.suffix) }}{% endif %}"""
|
||||
Reference in New Issue
Block a user