Closed preritdas closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request focus on modifying the logging mechanism for handling Do Not Call (DNC) phone numbers within the kvCORE system. The previous implementation utilized log.warn()
for logging warnings, which has now been replaced with a more versatile log()
function that accepts the log level as a string. This adjustment alters the logging approach without adding new functionality, potentially impacting how warnings are recorded and displayed.
Files | Change Summary |
---|---|
real_intent/deliver/kvcore/init.py | Modified logging mechanism from log.warn() to a more generic log() function with log level. |
🐇 In the code where numbers call,
A change was made to log them all.
From warnings bright to levels wide,
Our logs now dance with greater pride.
Hooray for clarity, let’s all cheer,
For better logging, we hold dear! 🥳
[!TIP]
OpenAI O1 model for chat
- We have deployed OpenAI's latest O1 model for chat. - OpenAI claims that this model has superior reasoning capabilities than their GPT-4o model. - Please share any feedback with us in the [discussions post](https://discord.com/channels/1134356397673414807/1283929536186155099).
Warn isn't a functional attribute it's a parameter in the logger reference.
Summary by CodeRabbit