mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 08:02:37 +00:00
• Add allow_listing_models configuration flag to VLLM provider to control model listing behavior • Implement allow_listing_models() method across all providers with default implementations in base classes • Prevent HTTP requests to /v1/models endpoint when allow_listing_models=false for improved security and performance • Fix unit tests to include allow_listing_models method in test classes and mock objects |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| benchmarks.py | ||
| common.py | ||
| datasets.py | ||
| models.py | ||
| scoring_functions.py | ||
| shields.py | ||
| toolgroups.py | ||
| vector_dbs.py | ||