mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 14:00:01 +00:00
temp commit
This commit is contained in:
parent
96039831c4
commit
27d5892dfa
7 changed files with 149 additions and 109 deletions
|
|
@ -26,5 +26,5 @@ class TogetherImplConfig(BaseModel):
|
|||
def sample_run_config(cls, **kwargs) -> Dict[str, Any]:
|
||||
return {
|
||||
"url": "https://api.together.xyz/v1",
|
||||
"api_key": "${env.TOGETHER_API_KEY}",
|
||||
"api_key": "${env.TOGETHER_API_KEY:}",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue