mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
docs
This commit is contained in:
parent
a2ae96c520
commit
f5f2936bbb
3 changed files with 4 additions and 89 deletions
|
@ -14,6 +14,7 @@ from pydantic import BaseModel, Field
|
|||
class TGIImplConfig(BaseModel):
|
||||
url: str = Field(
|
||||
description="The URL for the TGI endpoint (e.g. 'http://localhost:8080')",
|
||||
default="http://localhost:8080",
|
||||
)
|
||||
api_token: Optional[str] = Field(
|
||||
default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue