79598257

Date: 2025-04-29 11:35:13
Score: 1
Natty:
Report link

your jsonl file should contain lines like this one:

{"custom_id": "task-1", "method": "POST", "url": "/chat/completions", "body": {"model": "REPLACE-WITH-MODEL-DEPLOYMENT-NAME", "messages": [{"role": "system", "content": "You are an AI assistant that helps people find information."}, {"role": "user", "content": "When was the first XBOX released?"}]}}

in the body you can see a model parameter, it should be changed to the deployement name,

gpt-4o-mini-bt

in my case.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sifaw Ahil