Skip to content

Commit 328d582

Browse files
authored
Change to new model that is less flaky (#2632)
1 parent 618de89 commit 328d582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/togetherai/tests/test_togetherai_chat_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def test_live_run_with_mixed_tools(self, mixed_tools):
685685
initial_messages = [
686686
ChatMessage.from_user("What's the weather like in Paris and what is the population of Berlin?")
687687
]
688-
component = TogetherAIChatGenerator(model="openai/gpt-oss-120b", tools=mixed_tools)
688+
component = TogetherAIChatGenerator(model="moonshotai/kimi-k2-thinking", tools=mixed_tools)
689689
results = component.run(messages=initial_messages)
690690

691691
assert len(results["replies"]) > 0, "No replies received"

0 commit comments

Comments
 (0)