mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-10 21:31:03 -04:00
fix: Found and fix review mistakes
This commit is contained in:
16
sources/agents/qwen_chat.toml
Normal file
16
sources/agents/qwen_chat.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Base Chat"
|
||||
name = "Qwen Chat"
|
||||
description = "Alibaba Qwen coding chat (qwen-plus stable alias, currently the Qwen3.6 Plus family) over the DashScope OpenAI-compatible Chat Completions API — conversational assistant with IDE tool use."
|
||||
|
||||
provider_instance = "Qwen"
|
||||
model = "qwen-plus"
|
||||
enable_tools = true
|
||||
tags = ["chat", "qwen", "cloud"]
|
||||
|
||||
system_prompt = """{{ read_file(":/roles/qt-cpp-developer.md") }}"""
|
||||
|
||||
[body]
|
||||
max_tokens = 8192
|
||||
temperature = 0.3
|
||||
Reference in New Issue
Block a user