🚨 IMPORTANT v0.8.4 has one major breaking change
- LiteLLM raises exceptions for models that do not support a specific param. Example, sending `functions` to `litellm.completion(model="claude-2", messages, functions)` raises an exception since claude-2 does not support function calling. To bypass the exception raised set `litellm.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.](http://semver.org/)
- 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 https://github.com/BerriAI/litellm/pull/436
* added feedback button from feedbackrocket.io by NANDINI-star in https://github.com/BerriAI/litellm/pull/443
* Fix: merge conflict by bitsnaps in https://github.com/BerriAI/litellm/pull/495
* Update boto3 dependency to version 1.28.57, refactor bedrock client initialization and remove troubleshooting guide from documentation. by coconut49 in https://github.com/BerriAI/litellm/pull/497
* added model openrouter/mistralai/mistral-7b-instruct with test by lucashofer in https://github.com/BerriAI/litellm/pull/498
* add bedrock.anthropic support for system prompt using <admin> tag by canada4663 in https://github.com/BerriAI/litellm/pull/499
* remove .DS_Store and update .gitignore by linediconsine in https://github.com/BerriAI/litellm/pull/500
* Update README.md by eltociear in https://github.com/BerriAI/litellm/pull/518
* Update utils.py by vedant-z in https://github.com/BerriAI/litellm/pull/530
* [docs] minor typo correction by Akash190104 in https://github.com/BerriAI/litellm/pull/537
* Readme Update by AnderMendoza in https://github.com/BerriAI/litellm/pull/556
* Add `host` option to `run_server()` by Sir-Photch in https://github.com/BerriAI/litellm/pull/558
* Add support for passing external bedrock clients to completion by zhooda in https://github.com/BerriAI/litellm/pull/562
* Add custom_openai type in provider list by kylehh in https://github.com/BerriAI/litellm/pull/560
* shorter langroid example, update section title by pchalasani in https://github.com/BerriAI/litellm/pull/581
* Fix usage open in colab link by biplobsd in https://github.com/BerriAI/litellm/pull/605
New Contributors
* mocy made their first contribution in https://github.com/BerriAI/litellm/pull/436
* bitsnaps made their first contribution in https://github.com/BerriAI/litellm/pull/495
* coconut49 made their first contribution in https://github.com/BerriAI/litellm/pull/497
* lucashofer made their first contribution in https://github.com/BerriAI/litellm/pull/498
* canada4663 made their first contribution in https://github.com/BerriAI/litellm/pull/499
* linediconsine made their first contribution in https://github.com/BerriAI/litellm/pull/500
* eltociear made their first contribution in https://github.com/BerriAI/litellm/pull/518
* vedant-z made their first contribution in https://github.com/BerriAI/litellm/pull/530
* Akash190104 made their first contribution in https://github.com/BerriAI/litellm/pull/537
* AnderMendoza made their first contribution in https://github.com/BerriAI/litellm/pull/556
* Sir-Photch made their first contribution in https://github.com/BerriAI/litellm/pull/558
* zhooda made their first contribution in https://github.com/BerriAI/litellm/pull/562
* kylehh made their first contribution in https://github.com/BerriAI/litellm/pull/560
* pchalasani made their first contribution in https://github.com/BerriAI/litellm/pull/581
* biplobsd made their first contribution in https://github.com/BerriAI/litellm/pull/605
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v0.1.738...v0.8.4