forked from phoenix/litellm-mirror
exposing a model list
This commit is contained in:
parent
70b5942c4d
commit
3f2580c6ee
6 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,8 @@ anthropic_models = [
|
||||||
"claude-instant-1"
|
"claude-instant-1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
model_list = open_ai_chat_completion_models + open_ai_text_completion_models + cohere_models + anthropic_models
|
||||||
|
|
||||||
####### EMBEDDING MODELS ###################
|
####### EMBEDDING MODELS ###################
|
||||||
open_ai_embedding_models = [
|
open_ai_embedding_models = [
|
||||||
'text-embedding-ada-002'
|
'text-embedding-ada-002'
|
||||||
|
|
BIN
dist/litellm-0.1.218.tar.gz
vendored
BIN
dist/litellm-0.1.218.tar.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
dist/litellm-0.1.219.tar.gz
vendored
Normal file
BIN
dist/litellm-0.1.219.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: litellm
|
Name: litellm
|
||||||
Version: 0.1.218
|
Version: 0.1.219
|
||||||
Summary: Library to easily interface with LLM API providers
|
Summary: Library to easily interface with LLM API providers
|
||||||
Author: BerriAI
|
Author: BerriAI
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='litellm',
|
name='litellm',
|
||||||
version='0.1.218',
|
version='0.1.219',
|
||||||
description='Library to easily interface with LLM API providers',
|
description='Library to easily interface with LLM API providers',
|
||||||
author='BerriAI',
|
author='BerriAI',
|
||||||
packages=[
|
packages=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue