Update model_config.py.example: wrong provider for qianfan-api (#1499)
This commit is contained in:
parent
456229c13f
commit
42d76aabdf
|
|
@ -110,7 +110,7 @@ llm_model_dict = {
|
||||||
"api_base_url": "http://127.0.0.1:8888/v1",
|
"api_base_url": "http://127.0.0.1:8888/v1",
|
||||||
"api_key": "",
|
"api_key": "",
|
||||||
"secret_key": "",
|
"secret_key": "",
|
||||||
"provider": "ErnieWorker",
|
"provider": "QianFanWorker",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue