temp commit

This commit is contained in:
Botao Chen 2025-03-11 17:11:26 -07:00
parent 96039831c4
commit 27d5892dfa
7 changed files with 149 additions and 109 deletions

View file

@ -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:}",
}