Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marsnebulasoup opened this issue Jun 2, 2024 · 0 comments
Open

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

marsnebulasoup opened this issue Jun 2, 2024 · 0 comments

Comments

@marsnebulasoup
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant