🚨 IMPORTANT v0.8.4 has one major breaking change
- LiteLLM raises exceptions for models that do not support a specific param. Example, sending
functions
tolitellm.completion(model="claude-2", messages, functions)
raises an exception since claude-2 does not support function calling. To bypass the exception raised setlitellm.drop_params=True
More info here: https://docs.litellm.ai/docs/completion/input - We now adopt semantic versioning for our releases learn more about semantic versioning.
- Check out LiteLLM Proxy - https://docs.litellm.ai/docs/proxy_server create an OpenAI compatible proxy to call 100+ LLMs in one I/O format
What's Changed
- Add missing litellm_provider for gpt-3.5-16k-0613 by @mocy in #436
- added feedback button from feedbackrocket.io by @NANDINI-star in #443
- Fix: merge conflict by @bitsnaps in #495
- Update boto3 dependency to version 1.28.57, refactor bedrock client initialization and remove troubleshooting guide from documentation. by @coconut49 in #497
- added model openrouter/mistralai/mistral-7b-instruct with test by @lucashofer in #498
- add bedrock.anthropic support for system prompt using tag by @canada4663 in #499
- remove .DS_Store and update .gitignore by @linediconsine in #500
- Update README.md by @eltociear in #518
- Update utils.py by @vedant-z in #530
- [docs] minor typo correction by @Akash190104 in #537
- Readme Update by @AnderMendoza in #556
- Add
host
option torun_server()
by @Sir-Photch in #558 - Add support for passing external bedrock clients to completion by @zhooda in #562
- Add custom_openai type in provider list by @kylehh in #560
- shorter langroid example, update section title by @pchalasani in #581
- Fix usage open in colab link by @biplobsd in #605
New Contributors
- @mocy made their first contribution in #436
- @bitsnaps made their first contribution in #495
- @coconut49 made their first contribution in #497
- @lucashofer made their first contribution in #498
- @canada4663 made their first contribution in #499
- @linediconsine made their first contribution in #500
- @eltociear made their first contribution in #518
- @vedant-z made their first contribution in #530
- @Akash190104 made their first contribution in #537
- @AnderMendoza made their first contribution in #556
- @Sir-Photch made their first contribution in #558
- @zhooda made their first contribution in #562
- @kylehh made their first contribution in #560
- @pchalasani made their first contribution in #581
- @biplobsd made their first contribution in #605
Full Changelog: v0.1.738...v0.8.4