From 6fda529f0c39a82f1f7634be7612fa06398d1e99 Mon Sep 17 00:00:00 2001 From: practicer2015 Date: Mon, 17 Mar 2025 23:15:20 +0800 Subject: [PATCH] Auto Commit --- test.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.txt diff --git a/ test.txt b/ test.txt new file mode 100644 index 0000000..24160c1 --- /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": "请给出正确答案" +}' -- GitLab