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:
15
sources/agents/mistral_compression.toml
Normal file
15
sources/agents/mistral_compression.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "Mistral Base Chat"
|
||||
name = "Mistral Compression"
|
||||
description = "Mistral Small — fast, low-cost conversation summarization for shorter chats. Carries the summary system prompt; no tools, no thinking."
|
||||
|
||||
model = "mistral-small-latest"
|
||||
enable_tools = false
|
||||
tags = ["compression", "mistral", "cloud"]
|
||||
|
||||
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
|
||||
|
||||
[body]
|
||||
max_tokens = 8192
|
||||
temperature = 0.3
|
||||
Reference in New Issue
Block a user