v1.4.0
What's Changed
- 1.3 banner by @jlowin in #524
- call dict on AnthropicFunctionCall before passing back to Completion by @aaazzam in #526
- More flexible providers by @jlowin in #525
- Fix broken link to docs in README.md by @discdiver in #531
- add temp settings by @zzstoatzz in #528
- Improve web tools + slackbot by @zzstoatzz in #529
- add newline to docs to fix list formatting by @cicdw in #536
- support sync mapping and
ai_fn
async by @zzstoatzz in #545 - Update pytest-env requirement from ~=0.8 to >=0.8,<2.0 by @dependabot in #539
- fix transcription by @zzstoatzz in #547
- ai_model to use ChatCompletion; deprecates ChatLLM by @aaazzam in #544
- ai_classifier to use ChatCompletion; deprecates ChatLLM by @aaazzam in #548
- make hello marvin page less verbose and update some examples by @zzstoatzz in #550
- Fix links to doc by @maisim in #555
- Streaming AIApplication error with Azure OpenAI API #541 fixed by @thanseefpp in #560
- Create _compat.py by @aaazzam in #563
- make sure instructions make it to as_classifier by @aaazzam in #569
- add dedicated basic examples for ai_fn by @aaazzam in #568
- document collection utils by @zzstoatzz in #565
- Delete Untitled19.ipynb by @discdiver in #562
- Settings to pydantic v2 by @aaazzam in #564
ai_fn.as_prompt
by @zzstoatzz in #572- docs fix + QOL parsing stuff (rm parse raw for json.loads) by @aaazzam in #573
New Contributors
- @cicdw made their first contribution in #536
- @maisim made their first contribution in #555
- @thanseefpp made their first contribution in #560
Full Changelog: v1.3.0...v1.4.0