forked from phoenix/litellm-mirror
adding support for gpt-3.5-turbo-16k
This commit is contained in:
parent
85f1591413
commit
acb6781317
13 changed files with 8 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='litellm',
|
||||
version='0.1.216',
|
||||
version='0.1.217',
|
||||
description='Library to easily interface with LLM API providers',
|
||||
author='BerriAI',
|
||||
packages=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue