diff --git a/README.md b/README.md index 26cb27b1b7..a3261b6e72 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,33 @@ result = completion('claude-2', messages, stream=True) for chunk in result: print(chunk['choices'][0]['delta']) ``` +# Contributing +To contribute: Clone the repo locally -> Make a change -> Submit a PR with the change. + +Here's how to modify the repo locally: +Step 1: Clone the repo +``` +git clone https://github.com/BerriAI/litellm.git +``` + +Step 2: Navigate into the project, and install dependencies: +``` +cd litellm +poetry install +``` + +Step 3: Test your change: +``` +cd litellm/tests # pwd: Documents/litellm/litellm/tests +pytest . +``` + +Step 4: Submit a PR with your changes! 🚀 +- push your fork to your github repo +- submit a PR from there + +[Learn more on how to make a PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) + # Support / talk with founders - [Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version) diff --git a/dist/litellm-0.1.689-py3-none-any.whl b/dist/litellm-0.1.689-py3-none-any.whl new file mode 100644 index 0000000000..0327b5bb9d Binary files /dev/null and b/dist/litellm-0.1.689-py3-none-any.whl differ diff --git a/dist/litellm-0.1.689.tar.gz b/dist/litellm-0.1.689.tar.gz new file mode 100644 index 0000000000..8faa3cdc2b Binary files /dev/null and b/dist/litellm-0.1.689.tar.gz differ diff --git a/litellm/__pycache__/utils.cpython-311.pyc b/litellm/__pycache__/utils.cpython-311.pyc index 61ed4069b3..1013f79017 100644 Binary files a/litellm/__pycache__/utils.cpython-311.pyc and b/litellm/__pycache__/utils.cpython-311.pyc differ