Skip to content

Commit 4235f0a

Browse files
aahafezbigabig
authored andcommitted
Rename llm_chat and update chat session summary
1 parent 743fa63 commit 4235f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/api/endpoints/chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from app.core.authorization.authz_user import AuthzUser
44
from app.core.data.dto.chat import LLMSessionResponse
5-
from app.core.data.llm.chat_service import (
5+
from app.core.data.llm.llm_chat import (
66
chat_session,
77
retrieval_augmented_generation_with_session,
88
)
@@ -49,7 +49,7 @@ def rag_with_session(
4949
@router.get(
5050
"/chat_session",
5151
response_model=LLMSessionResponse,
52-
summary="TEST CHAT SESSION",
52+
summary="Initiate or continue a chat session with the LLM using a prompt",
5353
)
5454
def chat_sesh(
5555
*,
File renamed without changes.

0 commit comments

Comments
 (0)