mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 20:13:58 +00:00
fixed comments
This commit is contained in:
parent
b9269a94b9
commit
d5034ed759
4 changed files with 3 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ class VLLMInferenceAdapterConfig(BaseModel):
|
|||
@classmethod
|
||||
def sample_run_config(
|
||||
cls,
|
||||
url: str = "${env.VLLM_URL:=http://localhost:8000/v1}",
|
||||
url: str = "${env.VLLM_URL}",
|
||||
**kwargs,
|
||||
):
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue