-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of instrumenting Anthropic models #110
Comments
Related to #109 since they already support Anthropic. |
@salahaz #98 shows how you can already do this with Mirascope in the meantime while we patiently wait for this feature @samuelcolvin I'd love to take this feature request on if you'd like :) We've already implemented the majority of it in our library following how you instrument openai, so shouldn't be too difficult to port over (and we can use the llm tag so it shows up pretty in the UI with no additional changes) |
@willbakst I think that'd be very appreciated |
@alexmojaki Do you have a contribution guide I can follow? |
@alexmojaki I just ran through the guide:
|
Yes and yes. Our docs use a closed source version of |
Update: I have a locally working version with tests, but a lot of the code is duplicated given the similarity with OpenAI. Going to spend some time refactoring to reduce code/test duplication and hopefully make it easier to instrument additional providers in the future (assuming they use the same SDK generation provider). This will take a little longer to get done, but I believe well worth it. |
Is there going to be in the near future support of instrumenting other AI models such Anthropic?
The text was updated successfully, but these errors were encountered: