mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
chore(build): Fix typo and new pre-commit config (#987)
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 = "conversation"
|
||||
SERVE_APP_NAME = "dbgpt_serve_conversation"
|
||||
SERVE_APP_NAME_HUMP = "dbgpt_serve_Conversation"
|
||||
|
Reference in New Issue
Block a user