From 54189acc41ff3d396f2b8de7f93b5a8e46631d8a Mon Sep 17 00:00:00 2001 From: Junyang Lin Date: Sun, 8 Oct 2023 16:03:15 +0800 Subject: [PATCH] Update openai_api.py fix typo --- openai_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai_api.py b/openai_api.py index 814cff9..193ada4 100644 --- a/openai_api.py +++ b/openai_api.py @@ -460,7 +460,7 @@ def _get_args(): "-c", "--checkpoint-path", type=str, - default="QWen/QWen-7B-Chat", + default="Qwen/Qwen-7B-Chat", help="Checkpoint name or path, default to %(default)r", ) parser.add_argument(