mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Update the default value for TGI URL
This commit is contained in:
parent
e5bcfdac21
commit
7aa50934bf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from pydantic import BaseModel, Field, field_validator
|
||||||
@json_schema_type
|
@json_schema_type
|
||||||
class TGIImplConfig(BaseModel):
|
class TGIImplConfig(BaseModel):
|
||||||
url: str = Field(
|
url: str = Field(
|
||||||
default="https://api-inference.huggingface.co",
|
default="https://huggingface.co/inference-endpoints/dedicated",
|
||||||
description="The URL for the TGI endpoint",
|
description="The URL for the TGI endpoint",
|
||||||
)
|
)
|
||||||
api_token: Optional[str] = Field(
|
api_token: Optional[str] = Field(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue