mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-19 11:22:09 +08:00
Change Poe bot "Sage" to "Assistant" (#466)
* Change Poe bot "Sage" to "Assistant" * Update index.mjs [comments](https://github.com/josStorer/chatGPTBox/commit/6c42167961f914d29be44ed52984451f2dd91668#comments) --------- Co-authored-by: josc146 <josStorer@outlook.com>
This commit is contained in:
@@ -31,7 +31,7 @@ export default class PoeAiClient {
|
||||
await this.getCredentials()
|
||||
}
|
||||
if (!this.bot) {
|
||||
await this.initBot(model || 'sage')
|
||||
await this.initBot(model || 'Assistant')
|
||||
}
|
||||
if (!this.chatId) {
|
||||
await this.getChatId(this.bot)
|
||||
@@ -131,7 +131,7 @@ export default class PoeAiClient {
|
||||
}
|
||||
|
||||
async initBot(bot) {
|
||||
if (bot === 'sage') {
|
||||
if (bot === 'Assistant') {
|
||||
bot = 'capybara'
|
||||
} else if (bot === 'gpt-4') {
|
||||
bot = 'beaver'
|
||||
|
||||
Reference in New Issue
Block a user