Get agents tests working

This commit is contained in:
Ashwin Bharambe 2024-11-04 10:14:55 -08:00 committed by Ashwin Bharambe
parent 62dd3b376c
commit 66b658dcce
8 changed files with 352 additions and 269 deletions

View file

@ -18,9 +18,8 @@ from .fixtures import INFERENCE_FIXTURES, MODEL_PARAMS
# How to run this test:
#
# pytest llama_stack/providers/tests/inference/test_inference.py
# pytest -v -s llama_stack/providers/tests/inference/test_inference.py
# -m "(fireworks or ollama) and llama_3b"
# -v -s --tb=short --disable-warnings
# --env FIREWORKS_API_KEY=<your_api_key>