maxiaolong03
commited on
Commit
·
008a821
1
Parent(s):
4feadae
add files
Browse files
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-
|
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"}
|