mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +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
|
@property
|
||||||
def chat_model_params(self) -> dict:
|
def chat_model_params(self) -> dict:
|
||||||
return {
|
return {
|
||||||
"model": "accounts/fireworks/models/firefunction-v1",
|
"model": "accounts/fireworks/models/firefunction-v2",
|
||||||
"temperature": 0,
|
"temperature": 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user