mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 13:29:35 +00:00
add use cases: tool_use_with_plugin, and how to write a plugin.
This commit is contained in:
@@ -57,6 +57,11 @@ If you have difficulty with this step, you can also directly use the model from
|
||||
$ python pilot/server/llmserver.py
|
||||
```
|
||||
|
||||
Starting `llmserver.py` with the following command will result in a relatively stable Python service with multiple processes.
|
||||
```bash
|
||||
$ gunicorn llmserver:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000 &
|
||||
```
|
||||
|
||||
Run gradio webui
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user