mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-26 06:07:43 +00:00
fix: vllm starter name
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
ed69c1b3cc
commit
af0d6014c1
4 changed files with 6 additions and 4 deletions
|
@ -48,8 +48,8 @@ providers:
|
|||
config:
|
||||
url: https://api.sambanova.ai/v1
|
||||
api_key: ${env.SAMBANOVA_API_KEY:}
|
||||
- provider_id: remote-vllm
|
||||
provider_type: remote::remote-vllm
|
||||
- provider_id: vllm
|
||||
provider_type: remote::vllm
|
||||
config:
|
||||
url: ${env.VLLM_URL:http://localhost:8000/v1}
|
||||
max_tokens: ${env.VLLM_MAX_TOKENS:4096}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue