Prepare RTLPlus for new streaming prov

This commit is contained in:
Nirvana
2026-04-23 21:08:34 +02:00
parent 26d34dcb84
commit f65f5985ec
@@ -227,7 +227,7 @@ class RTLPlusAuthenticator(BaseOAuth2Authenticator):
oauth_token = self.get_bearer_token()
response = self.http_manager.post(
response = self.http_manager.get(
self.config.bedrock_auth_url,
headers={"authorization": f"Bearer {oauth_token}"},
operation="api",