mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
braintrust skeleton
This commit is contained in:
parent
caf6a266e0
commit
d3d2243dfb
5 changed files with 163 additions and 0 deletions
|
@ -23,4 +23,15 @@ def available_providers() -> List[ProviderSpec]:
|
|||
Api.inference,
|
||||
],
|
||||
),
|
||||
InlineProviderSpec(
|
||||
api=Api.scoring,
|
||||
provider_type="braintrust",
|
||||
pip_packages=[],
|
||||
module="llama_stack.providers.impls.braintrust.scoring",
|
||||
config_class="llama_stack.providers.impls.braintrust.scoring.BraintrustScoringConfig",
|
||||
api_dependencies=[
|
||||
Api.datasetio,
|
||||
Api.datasets,
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue