agentops
agentops copied to clipboard
[Feature]: AI21 v3.x.x integration
💡 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.
@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. ?
@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