Update model_config.py.example: wrong provider for qianfan-api (#1499)

This commit is contained in:
liunux4odoo 2023-09-16 11:19:22 +08:00 committed by GitHub
parent 456229c13f
commit 42d76aabdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ llm_model_dict = {
"api_base_url": "http://127.0.0.1:8888/v1",
"api_key": "",
"secret_key": "",
"provider": "ErnieWorker",
"provider": "QianFanWorker",
}
}