mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 21:19:13 -04:00
17 lines
501 B
TOML
17 lines
501 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "DeepSeek Chat"
|
|
description = "DeepSeek coding chat (deepseek-chat, V4 family) over the OpenAI-compatible Chat Completions API — conversational assistant with IDE tool use."
|
|
|
|
provider_instance = "DeepSeek"
|
|
model = "deepseek-chat"
|
|
enable_tools = true
|
|
tags = ["chat", "deepseek", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
|
|
|
[body]
|
|
max_tokens = 8192
|
|
temperature = 0.3
|