Skip to content

Commit fe44882

Browse files
committed
feat: llm init
1 parent 21fbab9 commit fe44882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/mcp/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def mcp_question(session: SessionDep, chat: ChatMcp):
106106
raise HTTPException(status_code=400, detail="Inactive user")
107107

108108
# ask
109-
llm_service = LLMService(session, session_user, chat)
109+
llm_service = LLMService(session_user, chat)
110110
llm_service.init_record()
111111

112112
return StreamingResponse(llm_service.run_task(False), media_type="text/event-stream")

0 commit comments

Comments
 (0)