Update openai_api.py

fix typo
This commit is contained in:
Junyang Lin
2023-10-08 16:03:15 +08:00
committed by GitHub
parent fb25c730d7
commit 54189acc41

View File

@@ -460,7 +460,7 @@ def _get_args():
"-c", "-c",
"--checkpoint-path", "--checkpoint-path",
type=str, type=str,
default="QWen/QWen-7B-Chat", default="Qwen/Qwen-7B-Chat",
help="Checkpoint name or path, default to %(default)r", help="Checkpoint name or path, default to %(default)r",
) )
parser.add_argument( parser.add_argument(