agentops icon indicating copy to clipboard operation
agentops copied to clipboard

[Feature]: AI21 v3.x.x integration

Open dot-agi opened this issue 1 year ago • 2 comments

💡 Feature Description and Proposed Solution

Currently we only support v2.x.x of the AI21 python SDK.

We need to add support for v3.x too so that both the versions can be tracked by our client.

https://github.com/AI21Labs/ai21-python/tree/main

🤔 Related Problem

Example notebook is broken if one installs the latest AI21 python SDK.

🤝 Contribution

  • [ ] Yes, I'd be happy to submit a pull request with these changes.
  • [ ] I need some guidance on how to contribute.
  • [ ] I'd prefer the AgentOps team to handle this update.

dot-agi avatar Dec 09 '24 09:12 dot-agi

@the-praxs, should I just update the current ai21.py to v3.x.x or should I add a whole new provider specifically for ai21 v3.x.x. ?

Abraham599 avatar Feb 04 '25 14:02 Abraham599

@the-praxs, should I just update the current ai21.py to v3.x.x or should I add a whole new provider specifically for ai21 v3.x.x. ?

Add the new version in the ai21.py file similar to openai.py

dot-agi avatar Feb 04 '25 17:02 dot-agi