add base customizer code

This commit is contained in:
Ubuntu 2025-03-04 09:37:50 +00:00 committed by raspawar
parent af8b4484a3
commit d702296e61
6 changed files with 304 additions and 0 deletions

View file

@ -7,6 +7,7 @@ apis:
- inference
- safety
- scoring
- post_training
- telemetry
- tool_runtime
- vector_io
@ -66,6 +67,17 @@ providers:
- provider_id: basic
provider_type: inline::basic
config: {}
- provider_id: llm-as-judge
provider_type: inline::llm-as-judge
config: {}
- provider_id: braintrust
provider_type: inline::braintrust
config:
openai_api_key: ${env.OPENAI_API_KEY:}
post_training:
- provider_id: nvidia-customizer
provider_type: remote::nvidia
config: {}
tool_runtime:
- provider_id: rag-runtime
provider_type: inline::rag-runtime