Skip to content

Commit

Permalink
Removed print in chat history
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jun 12, 2024
1 parent a11d0d8 commit c7f99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_computer_assistant/agent/chat_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def get_chat_message_history():
print("HISTORY DB", get_history_db())

connection = SQLChatMessageHistory(
session_id="abc123", connection_string=f"sqlite:///{get_history_db()}"
)
Expand Down

0 comments on commit c7f99cd

Please sign in to comment.