@@ -45,7 +45,7 @@ export const customApiModelKeys = ['customModel']
45
45
export const azureOpenAiApiModelKeys = [ 'azureOpenAi' ]
46
46
export const githubThirdPartyApiModelKeys = [ 'waylaidwandererApi' ]
47
47
export const poeWebModelKeys = [
48
- 'poeAiWebSage' ,
48
+ 'poeAiWebSage' , //poe.com/Assistant
49
49
'poeAiWebGPT4' ,
50
50
'poeAiWebGPT4_32k' ,
51
51
'poeAiWebClaudePlus' ,
@@ -55,6 +55,9 @@ export const poeWebModelKeys = [
55
55
'poeAiWebChatGpt' ,
56
56
'poeAiWebChatGpt_16k' ,
57
57
'poeAiWebGooglePaLM' ,
58
+ 'poeAiWeb_Llama_2_7b' ,
59
+ 'poeAiWeb_Llama_2_13b' ,
60
+ 'poeAiWeb_Llama_2_70b' ,
58
61
]
59
62
60
63
/**
@@ -88,6 +91,9 @@ export const Models = {
88
91
poeAiWebClaude : { value : 'claude-instant' , desc : 'Poe AI (Web, Claude instant)' } ,
89
92
poeAiWebClaude100k : { value : 'claude-instant-100k' , desc : 'Poe AI (Web, Claude instant 100k)' } ,
90
93
poeAiWebGooglePaLM : { value : 'Google-PaLM' , desc : 'Poe AI (Web, Google-PaLM)' } ,
94
+ poeAiWeb_Llama_2_7b : { value : 'Llama-2-7b' , desc : 'Poe AI (Web, Llama-2-7b)' } ,
95
+ poeAiWeb_Llama_2_13b : { value : 'Llama-2-13b' , desc : 'Poe AI (Web, Llama-2-13b)' } ,
96
+ poeAiWeb_Llama_2_70b : { value : 'Llama-2-70b' , desc : 'Poe AI (Web, Llama-2-70b)' } ,
91
97
chatgptApi4_8k : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k)' } ,
92
98
chatgptApi4_8k_0613 : { value : 'gpt-4' , desc : 'ChatGPT (GPT-4-8k 0613)' } ,
93
99
chatgptApi4_32k : { value : 'gpt-4-32k' , desc : 'ChatGPT (GPT-4-32k)' } ,
@@ -175,7 +181,7 @@ export const defaultConfig = {
175
181
'chatgptApi35_16k' ,
176
182
'bingFree4' ,
177
183
'bingFreeSydney' ,
178
- 'poeAiWebSage' ,
184
+ 'poeAiWebSage' , //poe.com/Assistant
179
185
'poeAiWebGPT4' ,
180
186
'poeAiWebGPT4_32k' ,
181
187
'poeAiWebClaudePlus' ,
0 commit comments