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
使用eosphorosai/dbgpt:latest镜像启动 镜像的启动命令如下: docker run -d -p 3306:3306 -p 5670:5670 -e LLM_MODEL=proxyllm -e PROXY_API_KEY=$PROXY_API_KEY -e PROXY_SERVER_URL=$PROXY_SERVER_URL -e LANGUAGE=zh -v /media/vdc/demo/DB-GPT-0.6.0/models/text2vec-large-chinese:/app/models/text2vec-large-chinese --name dbgpt eosphorosai/dbgpt
docker run -d -p 3306:3306 -p 5670:5670 -e LLM_MODEL=proxyllm -e PROXY_API_KEY=$PROXY_API_KEY -e PROXY_SERVER_URL=$PROXY_SERVER_URL -e LANGUAGE=zh -v /media/vdc/demo/DB-GPT-0.6.0/models/text2vec-large-chinese:/app/models/text2vec-large-chinese --name dbgpt eosphorosai/dbgpt
然后在web门户创建chat excel应用,进入应用对话,没有找到和http://docs.dbgpt.cn/docs/application/apps/chat_excel里面描述的上传excel的按钮!
The text was updated successfully, but these errors were encountered:
发错地方了,不好意思!请删除此issue
Sorry, something went wrong.
No branches or pull requests
使用eosphorosai/dbgpt:latest镜像启动
镜像的启动命令如下:
docker run -d -p 3306:3306 -p 5670:5670 -e LLM_MODEL=proxyllm -e PROXY_API_KEY=$PROXY_API_KEY -e PROXY_SERVER_URL=$PROXY_SERVER_URL -e LANGUAGE=zh -v /media/vdc/demo/DB-GPT-0.6.0/models/text2vec-large-chinese:/app/models/text2vec-large-chinese --name dbgpt eosphorosai/dbgpt
然后在web门户创建chat excel应用,进入应用对话,没有找到和http://docs.dbgpt.cn/docs/application/apps/chat_excel里面描述的上传excel的按钮!
The text was updated successfully, but these errors were encountered: