This commit is contained in:
ishaan-jaff 2023-08-05 09:15:38 -07:00
parent 2056df2255
commit 3965c3c9a8
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ from tenacity import (
####### ENVIRONMENT VARIABLES ###################
dotenv.load_dotenv() # Loading env variables using dotenv
# TODO move this to utils.py
def get_optional_params(
# 12 optional params
functions = [],

View file

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