Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattecasu committed Feb 21, 2024
1 parent f3df038 commit ce247f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rag/docs_rag/docs_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
config={
"configurable": {"session_id": "foobar"},
"callbacks": [
utils.PromptsPrinterHandler(),
utils.MaxHistoryHandler(max_messages=3),
utils.PromptsPrinterHandler()
]
}
)
Expand Down

0 comments on commit ce247f7

Please sign in to comment.