79342575

Date: 2025-01-09 12:27:10
Score: 1.5
Natty:
Report link

i tried out your code locally. you have an error in deployment_name variable, rest works.

rather than:

deployment_name="https://.openai.azure.com"

it should be something like below, it is the deployment name of your model in azure:

deployment_name=gpt-4o

enter image description here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qkfang