fix together build

This commit is contained in:
Xi Yan 2024-11-18 21:42:18 -08:00
parent fcc2132e6f
commit e6ae344eb4

View file

@ -22,7 +22,7 @@ class TogetherImplConfig(BaseModel):
) )
@classmethod @classmethod
def sample_run_config(cls) -> Dict[str, Any]: def sample_run_config(cls, **kwargs) -> Dict[str, Any]:
return { return {
"url": "https://api.together.xyz/v1", "url": "https://api.together.xyz/v1",
"api_key": "${env.TOGETHER_API_KEY}", "api_key": "${env.TOGETHER_API_KEY}",