nnnn / litellm /tests /test_get_model_list.py
nonhuman's picture
Upload 165 files
395201c
import os, sys, traceback
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
import litellm
from litellm import get_model_list
print(get_model_list())
print(get_model_list())
# print(litellm.model_list)