File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
libs/partners/huggingface/tests/integration_tests Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def chat_model_class(self) -> type[BaseChatModel]:
16
16
@property
17
17
def chat_model_params (self ) -> dict :
18
18
llm = HuggingFaceEndpoint ( # type: ignore[call-arg]
19
- repo_id = "Qwen/Qwen2.5-72B -Instruct" ,
19
+ repo_id = "meta-llama/Llama-4-Maverick-17B-128E -Instruct" ,
20
20
task = "conversational" ,
21
21
provider = "fireworks-ai" ,
22
22
temperature = 0 ,
@@ -59,12 +59,6 @@ def test_tool_message_histories_list_content(
59
59
model , my_adder_tool = my_adder_tool
60
60
)
61
61
62
- @pytest .mark .xfail (reason = ("Not implemented" ))
63
- def test_structured_few_shot_examples (
64
- self , model : BaseChatModel , my_adder_tool : BaseTool
65
- ) -> None :
66
- super ().test_structured_few_shot_examples (model , my_adder_tool = my_adder_tool )
67
-
68
62
@property
69
63
def has_tool_choice (self ) -> bool :
70
64
return False
You can’t perform that action at this time.
0 commit comments