Skip to content

Commit 57729a0

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 57c2e9d + 641f277 commit 57729a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/apps/chat/task/llm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def __init__(self, current_user: CurrentUser, chat_question: ChatQuestion,
148148
else:
149149
self.chat_question.error_msg = ''
150150

151-
self.init_messages()
152-
153151
@classmethod
154152
async def create(cls, *args, **kwargs):
155153
config: LLMConfig = await get_default_config()

0 commit comments

Comments
 (0)