mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 20:14:31 +00:00
improve
This commit is contained in:
parent
c7a5795ab2
commit
02280d3b6b
2 changed files with 0 additions and 5 deletions
|
|
@ -15,10 +15,6 @@ class TGIImplConfig(BaseModel):
|
|||
url: str = Field(
|
||||
description="The URL for the TGI serving endpoint",
|
||||
)
|
||||
# api_token: Optional[SecretStr] = Field(
|
||||
# default=None,
|
||||
# description="A bearer token if your TGI endpoint is protected.",
|
||||
# )
|
||||
|
||||
@classmethod
|
||||
def sample_run_config(cls, url: str = "${env.TGI_URL}", **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue