mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-01 18:49:14 -04:00
16 lines
395 B
TOML
16 lines
395 B
TOML
schema_version = 1
|
|
|
|
extends = "Mistral Base Chat"
|
|
name = "Mistral Chat"
|
|
description = "Mistral Large — coding chat via the OpenAI-compatible Chat Completions API."
|
|
|
|
model = "mistral-large-latest"
|
|
enable_tools = true
|
|
tags = ["chat", "mistral", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
|
|
|
[body]
|
|
max_tokens = 8192
|
|
temperature = 0.7
|