mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-29 11:18:25 +08:00
feat: add Poe Google-PaLM (#436)
* feat: add Poe Google-PaLM * update src/services/clients/poe/index.mjs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user