mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 14:09:40 +00:00
Merge branch 'main' into add-nim-completion-api
This commit is contained in:
commit
df3c239573
199 changed files with 7739 additions and 814 deletions
|
|
@ -35,7 +35,9 @@ class NVIDIAConfig(BaseModel):
|
|||
"""
|
||||
|
||||
url: str = Field(
|
||||
default="https://integrate.api.nvidia.com",
|
||||
default_factory=lambda: os.getenv(
|
||||
"NVIDIA_BASE_URL", "https://integrate.api.nvidia.com"
|
||||
),
|
||||
description="A base url for accessing the NVIDIA NIM",
|
||||
)
|
||||
api_key: Optional[str] = Field(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue