diff --git a/integrations/togetherai/tests/test_togetherai_chat_generator.py b/integrations/togetherai/tests/test_togetherai_chat_generator.py index c8d8f57a70..731e041a1c 100644 --- a/integrations/togetherai/tests/test_togetherai_chat_generator.py +++ b/integrations/togetherai/tests/test_togetherai_chat_generator.py @@ -685,7 +685,7 @@ def test_live_run_with_mixed_tools(self, mixed_tools): initial_messages = [ ChatMessage.from_user("What's the weather like in Paris and what is the population of Berlin?") ] - component = TogetherAIChatGenerator(model="openai/gpt-oss-120b", tools=mixed_tools) + component = TogetherAIChatGenerator(model="moonshotai/kimi-k2-thinking", tools=mixed_tools) results = component.run(messages=initial_messages) assert len(results["replies"]) > 0, "No replies received"