mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 22:42:00 +00:00
fix: LLAMACPP_URL and LLAMACPP_API_KEY format
This commit is contained in:
parent
b884bc490b
commit
d3d50121cf
5 changed files with 7 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ providers:
|
|||
- provider_id: llamacpp
|
||||
provider_type: remote::llamacpp
|
||||
config:
|
||||
openai_compat_api_base: ${env.LLAMACPP_URL:http://localhost:8080}/v1
|
||||
openai_compat_api_base: ${env.LLAMACPP_URL:=http://localhost:8080}
|
||||
api_key: ${env.LLAMACPP_API_KEY:=}
|
||||
- provider_id: sentence-transformers
|
||||
provider_type: inline::sentence-transformers
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ providers:
|
|||
- provider_id: llamacpp
|
||||
provider_type: remote::llamacpp
|
||||
config:
|
||||
openai_compat_api_base: ${env.LLAMACPP_URL:http://localhost:8080}/v1
|
||||
openai_compat_api_base: ${env.LLAMACPP_URL:=http://localhost:8080}
|
||||
api_key: ${env.LLAMACPP_API_KEY:=}
|
||||
- provider_id: sentence-transformers
|
||||
provider_type: inline::sentence-transformers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue