If triggered without a photo, reply EXACTLY (nothing more):
🌭 Hot Dog or Not — AI Cook-Off
Send me a food photo and I'll classify it head-to-head with Nemotron.
I'll judge whose description was better — blind.
📸 Send a photo to start
🏆 Scoreboard: https://hotdogornot.xyz/battle
exec: curl -s -X POST "https://api.hotdogornot.xyz/api/arena/round" -H "Authorization: Bearer ih1rtmC7ECm8iExqvI6zMbOAqEaXIi9X" -F "image=@{{MediaPath}}" -F "claw_model={{Model}}" -F "claw_answer=ANSWER" -F "claw_reasoning=DESCRIPTION"
formatted_text, round_id, and first_side from the JSON.exec: curl -s -X POST "https://api.hotdogornot.xyz/api/arena/vote/submit" -H "Content-Type: application/json" -d '{"round_id":"ROUND_ID","voter_id":"agent","voted_for":"PICK","first_side":"FIRST_SIDE"}'
first_model and second_model (the reveal). Output to the user:formatted_text from step 3共 1 个版本