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",
"--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(