修改了数据集上传,修改了模型配置页面

This commit is contained in:
2026-01-14 16:35:22 +08:00
parent e1ab76a9a1
commit 43b6018a3e
19 changed files with 1058 additions and 1231 deletions

View File

@@ -1,104 +1,4 @@
[
{
"id": "model-1",
"name": "GPT-4 Turbo",
"type": "gpt",
"provider": "openai",
"version": "gpt-4-turbo",
"apiUrl": "https://api.openai.com/v1",
"apiKey": "sk-test123456789",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1.0,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": "连接失败"
},
{
"id": "model-2",
"name": "Claude-3 Sonnet",
"type": "claude",
"provider": "anthropic",
"version": "claude-3-sonnet-20240229",
"apiUrl": "https://api.anthropic.com/v1",
"apiKey": "",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.5,
"topP": 0.9,
"topK": 40,
"maxTokens": 4096,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": true,
"logRequests": true,
"status": "未测试"
},
{
"id": "model-3",
"name": "LLaMA-2 7B",
"type": "llama",
"provider": "local",
"version": "llama-2-7b-chat",
"apiUrl": "http://localhost:8080/v1",
"apiKey": "",
"timeout": 60,
"maxRetries": 3,
"temperature": 0.8,
"topP": 0.95,
"topK": 60,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": false,
"status": "已测试"
},
{
"id": "0c13f76a-6a40-48d2-86d3-2638fd2be652",
"name": "Test Model",
"type": "gpt",
"provider": "openai",
"version": "gpt-3.5-turbo",
"apiUrl": "",
"apiKey": "",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1.0,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": "未测试"
},
{
"id": "9674adec-124c-4641-898b-7f7557e9e412",
"name": "nova",
"type": "gpt",
"provider": "openai",
"version": "nova",
"apiUrl": "http://10.10.10.122:1234/v1",
"apiKey": "123",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": "已测试"
},
{
"id": "e81c21e1-a4ce-4237-ba22-0922b741b9be",
"name": "qwen3-flash",
@@ -117,6 +17,26 @@
"streaming": true,
"functions": false,
"logRequests": true,
"status": "已测试"
"status": 1
},
{
"id": "3e61f8de-831b-4439-9f0a-8b8ad753c5ca",
"name": "Nova",
"type": "custom",
"provider": "custom",
"version": "nova",
"apiUrl": "http://10.10.10.122:1234/v1",
"apiKey": "123",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": 1
}
]