新增: provider 支持(11 厂商预设 + modalities 修正 + defaultModel 更新 + 噪音过滤 + UI 提示)

providerPresets 扩展 6 厂商(Qwen/Kimi/ERNIE/Spark/Doubao/Gemini)+ SenseNova base_url 修正;
modalities 预设表补 SenseNova flash-lite vision;defaultModel 过时更新;sensenova-u1 图像生成
噪音过滤;ProviderPanel defaultModel UI 提示。
This commit is contained in:
lxy
2026-08-02 02:21:33 +08:00
parent b999f79fdf
commit 50c232643d
7 changed files with 196 additions and 12 deletions
+4
View File
@@ -53,6 +53,10 @@ export default {
phBaseUrl: 'https://api.deepseek.com',
phApiKey: 'sk-...',
phDefaultModel: 'deepseek-chat',
// Direction A (lightweight): defaultModel is only a "suggested starting point";
// guide users to hit "Test connection" to pull the vendor's real model list and overwrite,
// avoiding stale preset model ids (DeepSeek chat deprecated / Gemini 2.5→3.5 etc.) misleading them.
defaultModelHint: 'Suggested starting point — hit "Test connection" to pull the vendors real model list and overwrite',
providerTypeOpenaiCompat: 'OpenAI-compatible (DeepSeek / GLM v4 / OpenAI)',
providerTypeAnthropic: 'Anthropic-compatible (GLM subscription / Claude)',
saving: 'Saving...',