-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
请问此项目提供的两个插件的具体安装方式 #7
Comments
请问安装成功了吗? |
dbgpt_server.py启动方式web页面plugin还是灰色不能点击,llmserver.py和webserver.py启动方式可以在插件中看到相应的选项。 |
我也是,选择插件之后没有反应 |
同,使用插件模式没有成功过基本都是报BaseChat | model response parase faild!model server out not fllow the prompt! 这种问题 |
使用0.4.0版本再agent里面直接诶点从github更新就可以安装使用了 页面操作 |
在DB-GPT项目根目录下的.env文件中,你可以看到 |
现在是把dbgpt_plugins目录下generic_db目录打包成一个zip文件,放置在DB-GPT项目的plugins目录中。然后启动DB-GPT项目,启动信息如下:
python pilot/server/dbgpt_server.py
......
2023-08-03 15:01:36 | INFO | stdout | /data/DB-GPT/pilot
2023-08-03 15:01:36 | INFO | stdout | Found module 'generic_db/init.py' in the zipfile at: generic_db/init.py
2023-08-03 15:01:36 | DEBUG | LOGGER | Found module 'generic_db/init.py' in the zipfile at: generic_db/init.py
2023-08-03 15:01:36 | INFO | stdout | Plugin: /data/DB-GPT/plugins/generic_db.zip Module: generic_db/init.py
2023-08-03 15:01:36 | DEBUG | LOGGER | Plugin: /data/DB-GPT/plugins/generic_db.zip Module: generic_db/init.py
2023-08-03 15:01:36 | ERROR | stderr | :283: DeprecationWarning: zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead
2023-08-03 15:01:36 | INFO | stdout |
2023-08-03 15:01:36 | INFO | stdout | Plugins found: 1
2023-08-03 15:01:36 | INFO | stdout | --------------------
2023-08-03 15:01:36 | INFO | LOGGER |
Plugins found: 1
2023-08-03 15:01:36 | INFO | stdout | DB-GPT-SQL-Execution-Plugin: 0.1.0 - This is an DbGPT plugin to connect Generic Db And Execute SQL.
2023-08-03 15:01:36 | INFO | LOGGER | DB-GPT-SQL-Execution-Plugin: 0.1.0 - This is an DbGPT plugin to connect Generic Db And Execute SQL.
2023-08-03 15:01:36 | INFO | stdout | Model Unified Deployment Mode!
......
看启动信息应该正常加载了此插件,但是在web页面中的Plugin按钮还是禁止点击,没有相应的插件显示选项。
The text was updated successfully, but these errors were encountered: