mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-11 13:51:04 -04:00
fix: Found and fix review mistakes
This commit is contained in:
8
sources/providersConfig/deepseek.toml
Normal file
8
sources/providersConfig/deepseek.toml
Normal 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"
|
||||
@@ -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>
|
||||
|
||||
8
sources/providersConfig/qwen.toml
Normal file
8
sources/providersConfig/qwen.toml
Normal 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"
|
||||
Reference in New Issue
Block a user