mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 20:39:44 +00:00
feat(core): More AWEL operators and new prompt manager API (#972)
Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
from typing import Optional
|
||||
from dataclasses import dataclass, field
|
||||
from typing import Optional
|
||||
|
||||
from dbgpt.serve.core import BaseServeConfig
|
||||
|
||||
|
||||
APP_NAME = "prompt"
|
||||
SERVE_APP_NAME = "dbgpt_serve_prompt"
|
||||
SERVE_APP_NAME_HUMP = "dbgpt_serve_Prompt"
|
||||
|
Reference in New Issue
Block a user