You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(llm): add integration tests for HuggingFace and Gemini providers
- Add TestLLMClientIntegrationHuggingFace class with tests for:
- Chat completion via huggingface/meta-llama/Llama-3.3-70B-Instruct
- Embeddings via huggingface/microsoft/codebert-base
- Add TestLLMClientIntegrationGemini class with test for:
- Chat completion via gemini/gemini-1.5-flash
- Tests require HF_TOKEN and GEMINI_API_KEY respectively
- Tests skip gracefully when API keys are not set
- Run with: uv run pytest tests/test_llm_client.py --run-api-tests
0 commit comments