mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
fix together build
This commit is contained in:
parent
fcc2132e6f
commit
e6ae344eb4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class TogetherImplConfig(BaseModel):
|
|||
)
|
||||
|
||||
@classmethod
|
||||
def sample_run_config(cls) -> Dict[str, Any]:
|
||||
def sample_run_config(cls, **kwargs) -> Dict[str, Any]:
|
||||
return {
|
||||
"url": "https://api.together.xyz/v1",
|
||||
"api_key": "${env.TOGETHER_API_KEY}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue