maxiaolong03 commited on
Commit
008a821
·
1 Parent(s): 4feadae
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def get_args() -> argparse.Namespace:
123
  parser.add_argument(
124
  "--model_map",
125
  type=str,
126
- default="{\"ernie-4.5-turbo-vl-32k\": \"https://qianfan.baidubce.com/v2\"}",
127
  help="""JSON string defining model name to endpoint mappings.
128
  Required Format:
129
  {"ERNIE-4.5": "http://localhost:port/v1"}
 
123
  parser.add_argument(
124
  "--model_map",
125
  type=str,
126
+ default="{\"ernie-4.5-turbo-128k-preview\": \"https://qianfan.baidubce.com/v2\"}",
127
  help="""JSON string defining model name to endpoint mappings.
128
  Required Format:
129
  {"ERNIE-4.5": "http://localhost:port/v1"}