adding function_calling functionality via rust

This commit is contained in:
Salman Paracha 2025-11-11 21:09:20 -08:00
parent 126b029345
commit d6a1b70594
17 changed files with 2338 additions and 389 deletions

View file

@ -10,7 +10,7 @@ pytestmark = pytest.mark.skip(
)
MODEL_SERVER_ENDPOINT = os.getenv(
"MODEL_SERVER_ENDPOINT", "http://localhost:51000/function_calling"
"MODEL_SERVER_ENDPOINT", "http://localhost:12000/function_calling"
)
# Load test data from YAML file