FIX: sửa MASTERING PANEL thay đổi knob thì thay đổi các thông số hiển thị

This commit is contained in:
2026-07-30 11:18:35 +07:00
parent 6e1f116658
commit eb61015cff
3 changed files with 532 additions and 106 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"ai_configs": {
"anonymous": [
{
"id": "openai_default",
"name": "OpenAI Official",
"provider_type": "openai",
"api_base_url": "https://api.openai.com/v1",
"api_key": "test-sk-key-123",
"model_name": "gpt-4o",
"temperature": 0.7,
"is_active": true
},
{
"id": "openai_compat_default",
"name": "OpenAI Compatible (Ollama/LocalAI/DeepSeek)",
"provider_type": "openai_compatible",
"api_base_url": "http://localhost:11434/v1",
"api_key": "ollama",
"model_name": "deepseek-r1",
"temperature": 0.7,
"is_active": false
},
{
"id": "anthropic_default",
"name": "Anthropic Claude",
"provider_type": "anthropic",
"api_base_url": "https://api.anthropic.com/v1",
"api_key": "",
"model_name": "claude-3-5-sonnet",
"temperature": 0.7,
"is_active": false
},
{
"id": "gemini_default",
"name": "Google Gemini",
"provider_type": "gemini",
"api_base_url": "https://generativelanguage.googleapis.com",
"api_key": "",
"model_name": "gemini-1.5-pro",
"temperature": 0.7,
"is_active": false
}
]
},
"preferences": {}
}