Merge remote-tracking branch 'remotes/origin/HEAD' into bug_fix

This commit is contained in:
suruiqiang 2025-02-08 08:29:34 +08:00
commit d74f79e9c5
5 changed files with 15 additions and 4 deletions

View File

@ -73,6 +73,11 @@ ANTHROPIC_API_VERSION=
### anthropic claude Api url (optional) ### anthropic claude Api url (optional)
ANTHROPIC_URL= ANTHROPIC_URL=
### (optional) ### (optional)
WHITE_WEBDAV_ENDPOINTS= WHITE_WEBDAV_ENDPOINTS=
### siliconflow Api key (optional)
SILICONFLOW_API_KEY=
### siliconflow Api url (optional)
SILICONFLOW_URL=

View File

@ -510,10 +510,14 @@ const googleModels = [
"gemini-exp-1114", "gemini-exp-1114",
"gemini-exp-1121", "gemini-exp-1121",
"gemini-exp-1206", "gemini-exp-1206",
"gemini-2.0-flash",
"gemini-2.0-flash-exp", "gemini-2.0-flash-exp",
"gemini-2.0-flash-lite-preview-02-05",
"gemini-2.0-flash-thinking-exp", "gemini-2.0-flash-thinking-exp",
"gemini-2.0-flash-thinking-exp-1219", "gemini-2.0-flash-thinking-exp-1219",
"gemini-2.0-flash-thinking-exp-01-21", "gemini-2.0-flash-thinking-exp-01-21",
"gemini-2.0-pro-exp",
"gemini-2.0-pro-exp-02-05",
]; ];
const anthropicModels = [ const anthropicModels = [
@ -621,6 +625,8 @@ const siliconflowModels = [
"deepseek-ai/DeepSeek-V3", "deepseek-ai/DeepSeek-V3",
"meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-3.3-70B-Instruct",
"THUDM/glm-4-9b-chat", "THUDM/glm-4-9b-chat",
"Pro/deepseek-ai/DeepSeek-R1",
"Pro/deepseek-ai/DeepSeek-V3",
]; ];
let seq = 1000; // 内置的模型序号生成器从1000开始 let seq = 1000; // 内置的模型序号生成器从1000开始

View File

@ -1,4 +1,4 @@
<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30" <svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
width="1em" xmlns="http://www.w3.org/2000/svg"> width="1em" xmlns="http://www.w3.org/2000/svg">
<title>Grok</title> <title>Grok</title>
<rect width="30" height="30" fill="#E7F8FF" rx="6"/> <rect width="30" height="30" fill="#E7F8FF" rx="6"/>

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 486 B

View File

@ -1,4 +1,4 @@
<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30" <svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
width="1em" xmlns="http://www.w3.org/2000/svg"> width="1em" xmlns="http://www.w3.org/2000/svg">
<title>MoonshotAI</title> <title>MoonshotAI</title>
<rect width="30" height="30" fill="#E7F8FF" rx="6"/> <rect width="30" height="30" fill="#E7F8FF" rx="6"/>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1,4 +1,4 @@
<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30" <svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
width="1em" xmlns="http://www.w3.org/2000/svg"> width="1em" xmlns="http://www.w3.org/2000/svg">
<title>OpenAI</title> <title>OpenAI</title>
<rect width="30" height="30" fill="#E7F8FF" rx="6"/> <rect width="30" height="30" fill="#E7F8FF" rx="6"/>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB