diff --git a/ test.txt b/ test.txt new file mode 100644 index 0000000000000000000000000000000000000000..24160c13c44d7e79f9c42b3263e833c0ec0956aa --- /dev/null +++ b/ test.txt @@ -0,0 +1,4 @@ +curl -X POST http://127.0.0.1:5000/judge -H "Content-Type: application/json" -d '{ + "input_text": "题目: 下列哪个选项不是Python的数据类型?选项: A. 列表 B. 元组 C. 字典 D. 字符串 E. 整数", + "prompt": "请给出正确答案" +}'