Skip to content

Commit 51b5e4e

Browse files
fix: Remove redundant LOG_FORMAT definition
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.
1 parent 9f6e920 commit 51b5e4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/chatbot_with_streaming.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"/exit": {},
3333
}
3434

35-
LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s"
36-
3735
logger = logging.getLogger("chatbot")
3836

3937

0 commit comments

Comments
 (0)