pub async fn get_or_refresh_token( config: &mut Config, provider_name: &str, client: &OpenAIClient, ) -> Result<String>