Skip to content

Commit

Permalink
Merge pull request #98 from CharlesCNorton/patch-2
Browse files Browse the repository at this point in the history
fix: Remove redundant LOG_FORMAT definition
  • Loading branch information
sophiamyang authored Aug 12, 2024
2 parents 58a026a + 51b5e4e commit bcb1282
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 bcb1282

Please sign in to comment.