mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 16:11:59 +00:00
feat: pre-commit result
This commit is contained in:
parent
f65a260cdd
commit
b884bc490b
10 changed files with 286 additions and 288 deletions
|
|
@ -27,6 +27,7 @@ distribution_spec:
|
|||
- remote::cerebras-openai-compat
|
||||
- remote::sambanova
|
||||
- remote::passthrough
|
||||
- remote::llamacpp
|
||||
- inline::sentence-transformers
|
||||
vector_io:
|
||||
- inline::faiss
|
||||
|
|
|
|||
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue