Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

This endpoint only exist on chatgpt


let auth = self.auth_manager.auth();
let api_provider = provider.to_api_provider(auth.as_ref().map(|auth| auth.mode))?;
let api_provider = provider.to_api_provider(Some(AuthMode::ChatGPT))?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit strange that we are going through API provider here :/

@aibrahim-oai aibrahim-oai merged commit 68505ab into main Dec 9, 2025
26 checks passed
@aibrahim-oai aibrahim-oai deleted the use-chatgpt branch December 9, 2025 01:42
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants