allowing user to set model keys dynamically

This commit is contained in:
Krrish Dholakia 2023-08-03 15:05:29 -07:00
parent 123de53475
commit 499d626c76
3 changed files with 41 additions and 7 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='litellm',
version='0.1.2291',
version='0.1.230',
description='Library to easily interface with LLM API providers',
author='BerriAI',
packages=[