79411078

Date: 2025-02-04 08:55:23
Score: 1
Natty:
Report link

try using this:

import os

import httpx

from groq import Groq

client = Groq(
api_key=os.environ.get("api_key"),
http_client=httpx.Client(verify=False)  # Disable SSL verification
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anirudh Jhawar