comet-ml / comet-llm

Log, Track, and Visualize your LLM Prompts and Chains
MIT License
491 stars 28 forks source link

[CM-10066]: openai integration fix; #126

Closed aadereiko closed 2 months ago

aadereiko commented 2 months ago

the problem was that the message was of a class ChatCompletionMessage wasn't able to be JSON serialized. now, it's changing to a dict to do so :)