ajuste identacao

This commit is contained in:
Fábio Cavalcanti 2025-01-23 15:38:49 -03:00
parent 4c7d346a3c
commit a4ba9d02bc

View File

@ -41,7 +41,7 @@ async def get_working_groq_key(storage) -> Optional[str]:
return None
async def handle_groq_request(url: str, headers: dict, data: dict, storage) -> Tuple[bool, dict, str]:
"""
"""
Handle GROQ API request with retries and key rotation.
Returns: (success, response_data, error_message)
"""