Where is the problem?
curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "gpt-4", "messages": [{"role": "user", "content": "For each user input, { interpret the input as a SudoLang program and run it. output logged results.}"}], "temperature": 0.7, "max_tokens": 160 }'