We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c96a6b commit e440c44Copy full SHA for e440c44
tests/experiments/test_launch_exp.py
@@ -122,7 +122,7 @@ def test_4o_mini_on_miniwob_tiny_test():
122
123
124
if __name__ == "__main__":
125
- # test_timeout_ray()
+ test_timeout_ray()
126
# test_4o_mini_on_miniwob_tiny_test()
127
# test_launch_system_ray()
128
# test_launch_system_sequntial()
tests/llm/test_response_api.py
@@ -798,5 +798,5 @@ def test_tool_call_to_python_code():
798
799
800
801
- # test_tool_call_to_python_code()
+ test_tool_call_to_python_code()
802
# test_openai_chat_completion_model_parse_and_cost()
0 commit comments