mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
fireworks[patch]: use firefunction-v2 in standard tests (#24264)
This commit is contained in:
parent
6fc7610b1c
commit
ab2d7821a7
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user