This commit is contained in:
aaron 2026-02-04 10:25:17 +08:00
parent fe472d9343
commit 2f16c2f07f
3 changed files with 5 additions and 9 deletions

View File

@ -40,7 +40,7 @@ class MultiLLMService:
if '.' in api_key and len(api_key) > 10: if '.' in api_key and len(api_key) > 10:
self.clients['zhipu'] = ZhipuAI(api_key=api_key) self.clients['zhipu'] = ZhipuAI(api_key=api_key)
self.model_info['zhipu'] = { self.model_info['zhipu'] = {
'name': '智谱AI GLM-4', 'name': 'GLM-4',
'model_id': 'glm-4', 'model_id': 'glm-4',
'provider': 'zhipu', 'provider': 'zhipu',
'available': True 'available': True
@ -57,7 +57,7 @@ class MultiLLMService:
base_url="https://api.deepseek.com" base_url="https://api.deepseek.com"
) )
self.model_info['deepseek'] = { self.model_info['deepseek'] = {
'name': 'DeepSeek Chat', 'name': 'DeepSeek',
'model_id': 'deepseek-chat', 'model_id': 'deepseek-chat',
'provider': 'deepseek', 'provider': 'deepseek',
'available': True 'available': True

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>龙哥的 AI 金融智能体</title> <title>TradusAI 金融智能体</title>
<!-- Fonts --> <!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
@ -26,7 +26,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" fill="currentColor"/> <path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" fill="currentColor"/>
</svg> </svg>
<span>AI金融智能体</span> <span>TradusAI金融智能体</span>
</div> </div>
<div class="header-right"> <div class="header-right">
<!-- Model Selector --> <!-- Model Selector -->
@ -41,10 +41,6 @@
</option> </option>
</select> </select>
</div> </div>
<div class="status">
<div class="status-dot"></div>
<span>在线</span>
</div>
</div> </div>
</header> </header>

View File

@ -345,7 +345,7 @@ createApp({
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" fill="#00ff41"/> <path d="M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" fill="#00ff41"/>
</svg> </svg>
<div class="share-image-logo">龙哥的 AI 金融智能体</div> <div class="share-image-logo">TradusAI 金融智能体</div>
</div> </div>
<div class="share-image-content">${marked.parse(content)}</div> <div class="share-image-content">${marked.parse(content)}</div>
<div class="share-image-footer"> <div class="share-image-footer">