Skip to content

Commit

Permalink
hotfix: Removes log injection vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel committed Jun 18, 2024
1 parent 66b4250 commit 6651d1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialog/routers/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async def ask_question_to_llm(message: OpenAIChat, session: Session = Depends(ge
"""
This posts a message to the LLM and returns the response in the OpenAI format.
"""
logging.info(f"Received message: {message}")
start_time = datetime.datetime.now()
new_chat = ChatEntity(
session_id = f"openai-{str(uuid4())}",
Expand Down

0 comments on commit 6651d1a

Please sign in to comment.