mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 10:48:03 +00:00
feat: pre-commit result
This commit is contained in:
parent
f65a260cdd
commit
b884bc490b
10 changed files with 286 additions and 288 deletions
|
|
@ -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