Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping litellm and Python dependencies to simplify dep mgmt. #7

Merged
merged 5 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
python_version:
description: 'Python version to use.'
required: false
default: '3.9'
default: '3.10'

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Not Diamond is an AI model router that automatically determines which LLM is bes

# Installation

**Python**: Requires **Python 3.9+**. It’s recommended that you create and activate a [virtualenv](https://virtualenv.pypa.io/en/latest/) prior to installing the package. For this example, we'll be installing the optional additional `create` dependencies, which you can learn more about [here](https://notdiamond.readme.io/docs/model_select-vs-create).
**Python**: Requires **Python 3.10+**. It’s recommended that you create and activate a [virtualenv](https://virtualenv.pypa.io/en/latest/) prior to installing the package. For this example, we'll be installing the optional additional `create` dependencies, which you can learn more about [here](https://notdiamond.readme.io/docs/model_select-vs-create).

```shell
pip install notdiamond[create]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Key features
Installation
============

**Python**: Requires **Python 3.9+**. It’s recommended that you create and activate a `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ prior to installing the package. For this example, we'll be installing the optional additional `create` dependencies, which you can learn more about `here <https://notdiamond.readme.io/docs/model_select-vs-create>`_.
**Python**: Requires **Python 3.10+**. It’s recommended that you create and activate a `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ prior to installing the package. For this example, we'll be installing the optional additional `create` dependencies, which you can learn more about `here <https://notdiamond.readme.io/docs/model_select-vs-create>`_.

.. code:: shell

Expand Down
Loading
Loading