- Update pricing to reflect OpenAI's new pricing model
- `gpt-3.5-turbo`
- `text-embedding-ada-002`
- Bugfix for consumption and usage validation in `chat` models
- Added support for `gpt-3.5-turbo-16k`
- Modified handling of `gpt-3.5-turbo`'s consumption pricing to reflect `prompt` and `completion` usage
- Modified default `Embedding` model to be `ada`
---