From 9a71ce59bfde04923973b42454c9edd4d1986fc1 Mon Sep 17 00:00:00 2001 From: bofeng huang Date: Mon, 11 Dec 2023 20:55:42 +0100 Subject: [PATCH] Fix typo --- fastchat/llm_judge/gen_api_answer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastchat/llm_judge/gen_api_answer.py b/fastchat/llm_judge/gen_api_answer.py index b39618546..484e8fe88 100644 --- a/fastchat/llm_judge/gen_api_answer.py +++ b/fastchat/llm_judge/gen_api_answer.py @@ -1,7 +1,7 @@ """Generate answers with GPT-4 Usage: -python3 get_api_answer.py --model gpt-3.5-turbo +python3 gen_api_answer.py --model gpt-3.5-turbo """ import argparse import json