Pratyush Shukla
Pratyush Shukla
## ๐ฅ Pull Request **๐ Description** This PR adds functions in the `llm_tracker.py` file for the asynchronous and synchronous Anthropic SDK support. An example notebook `anthropic_example` under `examples/anthropic` is also...
## ๐ Documentation Update We currently have no documentation/guidelines for contributions. To help beginners how to contribute a feature with relevant tests and other supplementary information, I suggest having a...
1. **Why**? - Extends data providers to retrieve DeFi data 2. **What**? - Adds a new DeFi provider DeFiLlama via the `openbb-defillama` extension using the `defillama-curl` [module](https://github.com/the-praxs/DeFiLlama-Curl) - Adds new...
## ๐ฅ Pull Request **๐ Description** Adds support for the Mistral models tracking for `mistral >= 1.0.1` Python SDK with examples **๐ฏ Goal** To extend the functionality of Agentops **๐งช...
## ๐ฅ Pull Request **๐ Description** Adds support for the AI21 models (`ai21 >= 2.0.0`) via their Python SDK with examples. **๐ Related Issue (if applicable)** #372 **๐ฏ Goal** Extend...
* Fixes the exception `ValueError: Unknown format code 'f' for object of type 'str'` This is encountered when running the script and is caused by the first row with the...
Is there a necessity to have the complete cost table in the `README.md` instead of referencing it from the `pricing_table.md`?
@areibman As an enhancement, we can create a CI/CD action to update the prices daily, which will be reflected in the markdown and json files. What do you think?
## Summary Closes #1463 Fixes the `Assistants_API_overview_python` notebook by updating the code for the latest `openai` package. This also fixes the code logic where multiple `ids` for the `tools` were...
`Assistants_API_overview_python.ipynb` notebook is broken because its using the code from an older version of the `openai` package. Most are incorrect parameter values but there is also an issue with the...