fireworks[patch]: use firefunction-v2 in standard tests (#24264)

This commit is contained in:
ccurme 2024-07-15 09:15:08 -04:00 committed by GitHub
parent 6fc7610b1c
commit ab2d7821a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ class TestFireworksStandard(ChatModelIntegrationTests):
@property
def chat_model_params(self) -> dict:
return {
"model": "accounts/fireworks/models/firefunction-v1",
"model": "accounts/fireworks/models/firefunction-v2",
"temperature": 0,
}