mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 05:49:22 +00:00
refactor: Refactor proxy LLM (#1064)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
curl -X GET http://127.0.0.1:5000/api/v1/awel/trigger/examples/hello\?name\=zhangsan
|
||||
DBGPT_SERVER="http://127.0.0.1:5555"
|
||||
curl -X GET $DBGPT_SERVER/api/v1/awel/trigger/examples/hello\?name\=zhangsan
|
||||
|
||||
"""
|
||||
from dbgpt._private.pydantic import BaseModel, Field
|
||||
|
Reference in New Issue
Block a user