We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux
=3.11
main
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
CPU
deepseek
配置文件启用了接口API KEY之后,数据库管理和工作流配置界面报错
{'error': {'message': '', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
不要报错
No response
The text was updated successfully, but these errors were encountered:
Please remove your api_keys or set empty to api_keys in config file. have a try like this
[system] language = "${env:DBGPT_LANG:-zh}" api_keys = []
Sorry, something went wrong.
@su1234121 请问你回复的这个[system]相关的配置是在哪个文件配置的,烦请告知下,感谢
在你uv启动命令后的那个配置文件的头上
Please remove your api_keys or set empty to api_keys in config file. have a try like this [system] language = "${env:DBGPT_LANG:-zh}" api_keys = []
就是要设置apikey哦,因为调接口要用,为了安全
#2430 可以看这里,应该是版本更新还没修复,给的临时处理办法是这样的,APIkey可以填到下面去
No branches or pull requests
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
CPU
Models information
deepseek
What happened
配置文件启用了接口API KEY之后,数据库管理和工作流配置界面报错
{'error': {'message': '', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
What you expected to happen
不要报错
How to reproduce
配置文件启用了接口API KEY之后,数据库管理和工作流配置界面报错
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: