mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
adding hosted get model list
This commit is contained in:
parent
909383bfb3
commit
fd2eeaa6bc
6 changed files with 31 additions and 4 deletions
8
litellm/tests/test_get_model_list.py
Normal file
8
litellm/tests/test_get_model_list.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
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())
|
Loading…
Add table
Add a link
Reference in a new issue