Skip to content

Can't use any other models besides Claude-instant-100k #84

@marsnebulasoup

Description

@marsnebulasoup

I'm constantly running into this error whenever I attempt to use any other models besides Claude-instant-100k. For example with ChatGPT:

Error in Poe bot: Bot request to ChatGPT failed on try 0 
 BotError('{"allow_retry": true, "text": "Internal server error"}')

I specify in settings the model as a dependency, but it doesn't make a difference:

    async def get_settings(self, setting: SettingsRequest) -> SettingsResponse:
        return SettingsResponse(server_bot_dependencies={"ChatGPT": 1})

Originally I thought it could be an issue with settings not being updated, but I've experimented by creating new bots but the issue persists. I've also made requests to the refetch settings endpoint:

curl -X POST https://api.poe.com/bot/fetch_settings/<botname>/<access_key>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions