Skip to content

Commit

Permalink
fix: Remove redundant LOG_FORMAT definition
Browse files Browse the repository at this point in the history
Removed the second instance of the LOG_FORMAT definition in the chatbot script. The specific change was the removal of the line LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s" which appeared twice consecutively. This correction helps maintain code clarity and conciseness.
  • Loading branch information
CharlesCNorton authored Jun 2, 2024
1 parent 9f6e920 commit 51b5e4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/chatbot_with_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"/exit": {},
}

LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s"

logger = logging.getLogger("chatbot")


Expand Down

0 comments on commit 51b5e4e

Please sign in to comment.