-
Notifications
You must be signed in to change notification settings - Fork 915
Contributing an OpenAI instrumentor. #1796
Copy link
Copy link
Closed
Labels
Description
Describe the solution you'd like
I noticed that datadog has an instrumentor for the OpenAI package in python here: https://ddtrace.readthedocs.io/en/stable/integrations.html#openai
I was building one for personal use here but i think it might make sense to try to contribute, however im not sure about best practices or testing this kind of stuff. (mostly a Data Scientist) here is what i have so far: https://github.com/jxnl/llamatry/blob/main/llamatry/openai.py
What the datadog one does seems mush more sophisticated.
Reactions are currently unavailable