mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-27 11:20:47 +08:00
feat: add Poe Llama-2-70b, Llama-2-13b, Llama-2-7b (#482)
This commit is contained in:
@@ -149,6 +149,12 @@ export default class PoeAiClient {
|
||||
bot = 'agouti'
|
||||
} else if (bot === 'Google-PaLM') {
|
||||
bot = 'acouchy'
|
||||
} else if (bot === 'Llama-2-7b') {
|
||||
bot = 'llama_2_7b_chat'
|
||||
} else if (bot === 'Llama-2-13b') {
|
||||
bot = 'llama_2_13b_chat'
|
||||
} else if (bot === 'Llama-2-70b') {
|
||||
bot = 'llama_2_70b_chat'
|
||||
}
|
||||
|
||||
this.bot = bot
|
||||
|
||||
Reference in New Issue
Block a user