feat: pre-commit result

This commit is contained in:
Young Han 2025-07-14 14:32:58 -07:00
parent f65a260cdd
commit b884bc490b
10 changed files with 286 additions and 288 deletions

View file

@ -27,6 +27,7 @@ distribution_spec:
- remote::cerebras-openai-compat
- remote::sambanova
- remote::passthrough
- remote::llamacpp
- inline::sentence-transformers
vector_io:
- inline::faiss

View file

@ -130,6 +130,11 @@ providers:
config:
url: ${env.PASSTHROUGH_URL}
api_key: ${env.PASSTHROUGH_API_KEY}
- provider_id: ${env.ENABLE_LLAMACPP:=__disabled__}
provider_type: remote::llamacpp
config:
openai_compat_api_base: ${env.LLAMACPP_URL:http://localhost:8080}/v1
api_key: ${env.LLAMACPP_API_KEY:=}
- provider_id: ${env.ENABLE_SENTENCE_TRANSFORMERS:=sentence-transformers}
provider_type: inline::sentence-transformers
config: {}