Skip to content

Commit 545c752

Browse files
authored
test: Update together ai tests to use more reliable model (#2485)
* don't use gpt-oss * use bigger version of gpt-oss
1 parent 6228fbc commit 545c752

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
@@ -404,7 +404,7 @@ def test_live_run_with_tools_streaming(self, tools):
404404
Integration test that the TogetherAIChatGenerator component can run with tools and streaming.
405405
"""
406406
component = TogetherAIChatGenerator(
407-
model="openai/gpt-oss-20b", tools=tools, streaming_callback=print_streaming_chunk
407+
model="openai/gpt-oss-120b", tools=tools, streaming_callback=print_streaming_chunk
408408
)
409409
results = component.run(
410410
[ChatMessage.from_user("What's the weather like in Paris and Berlin?")],

0 commit comments

Comments
 (0)