Skip to content

Commit

Permalink
fix: timmer 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsteve committed Jul 18, 2024
1 parent 93c6c4d commit 2adc1da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/langChain/langChainSetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def get_session_history(session_id):

# 메시지 히스토리를 포함하여 넣어주는 러너블 생성
runnable_with_history = RunnableWithMessageHistory(
chain_with_trimming,
# chain_with_trimming,
prompt | llm,
get_session_history,
input_messages_key="input",
history_messages_key="chat_history",
Expand Down

0 comments on commit 2adc1da

Please sign in to comment.