forked from phoenix-oss/llama-stack-mirror
fix precommit
This commit is contained in:
parent
5038f0e376
commit
81bc051411
1 changed files with 4 additions and 6 deletions
|
@ -23,14 +23,12 @@ def available_providers() -> List[ProviderSpec]:
|
|||
]
|
||||
+ kvstore_dependencies(),
|
||||
module="llama_stack.providers.inline.evaluation.meta_reference",
|
||||
config_class="llama_stack.providers.inline.evaluation.meta_reference.MetaReferenceEvaluationImplConfig",
|
||||
config_class="llama_stack.providers.inline.evaluation.meta_reference.MetaReferenceEvaluationConfig",
|
||||
api_dependencies=[
|
||||
Api.inference,
|
||||
Api.safety,
|
||||
Api.vector_io,
|
||||
Api.vector_dbs,
|
||||
Api.tool_runtime,
|
||||
Api.tool_groups,
|
||||
Api.agents,
|
||||
Api.datasets,
|
||||
Api.datasetio,
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue