Skip to content

Commit

Permalink
Merge pull request #7 from Not-Diamond/a9-litellm-bump
Browse files Browse the repository at this point in the history
Bumping litellm and Python dependencies to simplify dep mgmt.
  • Loading branch information
r0ymanesco authored Jul 30, 2024
2 parents 2bd481b + 21070a9 commit 8b86269
Show file tree
Hide file tree
Showing 5 changed files with 1,225 additions and 1,146 deletions.
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

0 comments on commit 8b86269

Please sign in to comment.