This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !pip install litellm python-dotenv | |
import os | |
import litellm | |
def list_files(path="."): | |
""" List the files in the current directory """ | |
"""List files and directories in the specified path. | |