mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
fireworks[patch]: use firefunction-v2 in standard tests (#24264)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user