fix: Found and fix review mistakes

This commit is contained in:
Petr Mironychev
2026-07-02 22:26:07 +02:00
parent c070d65366
commit 35bbaa1af0
139 changed files with 2032 additions and 1573 deletions

View File

@@ -0,0 +1,8 @@
schema_version = 1
name = "DeepSeek"
client_api = "OpenAI Compatible"
description = "Cloud (DeepSeek). OpenAI-compatible Chat Completions API — deepseek-chat (V4 family) and deepseek-reasoner. Get an API key at platform.deepseek.com."
url = "https://api.deepseek.com/v1"
api_key_ref = "qodeassist/providers/DeepSeek"

View File

@@ -13,5 +13,7 @@
<file>codestral.toml</file>
<file>googleai.toml</file>
<file>llamacpp.toml</file>
<file>deepseek.toml</file>
<file>qwen.toml</file>
</qresource>
</RCC>

View File

@@ -0,0 +1,8 @@
schema_version = 1
name = "Qwen"
client_api = "OpenAI Compatible"
description = "Cloud (Alibaba Qwen via DashScope, international endpoint). OpenAI-compatible Chat Completions API — qwen-plus / qwen-max / qwen-coder model families. Get an API key in the Alibaba Cloud Model Studio console."
url = "https://dashscope-intl.aliyuncs.com/compatible-mode/v1"
api_key_ref = "qodeassist/providers/Qwen"