feat: add Poe Google-PaLM (#436)

* feat: add Poe Google-PaLM

* update src/services/clients/poe/index.mjs
This commit is contained in:
Anan
2023-06-30 12:28:13 +08:00
committed by GitHub
parent 9d6236aef0
commit 19c0ecb6c2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -143,6 +143,8 @@ export default class PoeAiClient {
bot = 'a2'
} else if (bot === 'chatgpt') {
bot = 'chinchilla'
} else if (bot === 'Google-PaLM') {
bot = 'acouchy'
}
this.bot = bot