Skip to content

Commit

Permalink
chore:delete unusual files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Jul 25, 2024
1 parent 1d678f5 commit 3114f94
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,258 deletions.
7 changes: 0 additions & 7 deletions dbgpt/app/scene/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ class ChatScene(Enum):
["Extract Select"],
True,
)
ChatFinReport = Scene(
"chat_fin_report",
"Chat Financial Report",
"Chat Financial Report",
["Chat Financial Report"],
True,
)
QueryRewrite = Scene(
"query_rewrite", "query_rewrite", "query_rewrite", ["query_rewrite"], True
)
Expand Down
4 changes: 0 additions & 4 deletions dbgpt/app/scene/base_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,6 @@ async def nostream_call(self):
)
return self.current_ai_response()

async def fin_call(self):
"""fin chat call"""
pass

@async_retry(
retries=CFG.DBGPT_APP_SCENE_NON_STREAMING_RETRIES_BASE,
parallel_executions=CFG.DBGPT_APP_SCENE_NON_STREAMING_PARALLELISM_BASE,
Expand Down
Loading

0 comments on commit 3114f94

Please sign in to comment.