79474928

Date: 2025-02-28 08:41:14
Score: 1.5
Natty:
Report link

I got this one to work:

from openai import OpenAI
client = OpenAI(api_key=OPENAI_API_KEY)
response = client.chat.completions.create(... 

I hope it solves the issue.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amit Hasan