litellm-mirror/litellm/tests/test_get_model_list.py
2023-08-22 07:11:49 -07:00

8 lines
No EOL
185 B
Python

import os, sys, traceback
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
from litellm import get_model_list
print(get_model_list())