Skip to content

Instantly share code, notes, and snippets.

View renatovico's full-sized avatar
🏠
Working from home

Renato Viço renatovico

🏠
Working from home
View GitHub Profile
@herval
herval / benchmark.py
Last active February 17, 2025 10:57
Function calling comparison
# !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.