Commit c68f5da authored Mar 10, 2024 Verified
1 parent f8566e4 commit c68f5da Copy full SHA for c68f5da
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- import { Anthropic } from '@lobehub/icons' ;
1
+ import { Anthropic , Claude } from '@lobehub/icons' ;
2
2
import { Input } from 'antd' ;
3
3
import { useTheme } from 'antd-style' ;
4
4
import { memo } from 'react' ;
@@ -41,7 +41,7 @@ const AnthropicProvider = memo(() => {
41
41
provider = { providerKey }
42
42
title = {
43
43
< Anthropic . Text
44
- color = { theme . isDarkMode ? theme . colorText : Anthropic . colorPrimary }
44
+ color = { theme . isDarkMode ? theme . colorText : Claude . colorPrimary }
45
45
size = { 18 }
46
46
/>
47
47
}
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ export default memo<{ showOllama: boolean }>(({ showOllama }) => {
26
26
< PageTitle title = { t ( 'tab.llm' ) } />
27
27
< OpenAI />
28
28
{ /*<AzureOpenAI />*/ }
29
- < Zhipu />
30
- < Moonshot />
29
+ { showOllama && < Ollama /> }
30
+ < Anthropic />
31
31
< Google />
32
32
< Bedrock />
33
33
< Perplexity />
34
- < Anthropic />
35
34
< Mistral />
36
- { showOllama && < Ollama /> }
35
+ < Moonshot />
36
+ < Zhipu />
37
37
< Footer >
38
38
< Trans i18nKey = "llm.waitingForMore" ns = { 'setting' } >
39
39
更多模型正在
Original file line number Diff line number Diff line change @@ -88,23 +88,23 @@ const Ollama: ModelProviderCard = {
88
88
{
89
89
displayName : 'Qwen Chat 7B' ,
90
90
functionCall : false ,
91
- id : 'qwen:7b-chat ' ,
91
+ id : 'qwen:7b' ,
92
92
tokens : 32_768 ,
93
93
vision : false ,
94
94
} ,
95
95
{
96
96
displayName : 'Qwen Chat 14B' ,
97
97
functionCall : false ,
98
98
hidden : true ,
99
- id : 'qwen:14b-chat ' ,
99
+ id : 'qwen:14b' ,
100
100
tokens : 32_768 ,
101
101
vision : false ,
102
102
} ,
103
103
{
104
- displayName : 'Qwen Chat 70B ' ,
104
+ displayName : 'Qwen Chat 72B ' ,
105
105
functionCall : false ,
106
106
hidden : true ,
107
- id : 'qwen:70b-chat ' ,
107
+ id : 'qwen:72b ' ,
108
108
tokens : 32_768 ,
109
109
vision : false ,
110
110
} ,
You can’t perform that action at this time.
0 commit comments