mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
refactor: final Agent loader
This commit is contained in:
17
sources/agents/codestral_fim_base.toml
Normal file
17
sources/agents/codestral_fim_base.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
schema_version = 1
|
||||
|
||||
name = "Codestral FIM Base"
|
||||
description = "Mistral fill-in-the-middle completion (/v1/fim/completions). Abstract — extend it and set model."
|
||||
abstract = true
|
||||
|
||||
provider_instance = "Mistral AI"
|
||||
endpoint = "/v1/fim/completions"
|
||||
|
||||
tags = ["fim", "mistral", "cloud", "completion"]
|
||||
|
||||
[body]
|
||||
max_tokens = 256
|
||||
temperature = 0.2
|
||||
stream = true
|
||||
prompt = """{{ tojson(ctx.prefix) }}"""
|
||||
suffix = """{% if existsIn(ctx, "suffix") %}{{ tojson(ctx.suffix) }}{% endif %}"""
|
||||
Reference in New Issue
Block a user