Skip to content

Commit 70916e6

Browse files
author
Dylan Huang
authored
Update model path in pytest configuration to use gpt-oss-120b (#61)
* add --port arg to ep logs * Fix WebSocketManager to reset broadcast task after cancellation * simple tests work * TODO: TestLogsServer * TODO: TestLogsServerIntegration * TODO: test HTML injection - also test TestAsyncWebSocketOperations * add logs server tests * add port parameter testes * use gpt-oss-120b to avoid rate limits * point to port 8000 for dev * woops * fix "uvicorn eval_protocol.utils.logs_server:create_app --factory --reload" * use gpt-oss-120b since less rate limiting (#57) * Aggregated metrics part 7 (#58) * use gpt-oss-120b for less rate limits and faster tests * fix typeerror * Refactor LogsServer event handling and improve integration tests - Moved event_bus.start_listening() to the correct location in LogsServer to ensure it starts listening during the broadcast loop. - Updated integration tests to use multiprocessing for server startup and improved health check validation. - Enhanced test_create_app_factory to be asynchronous and added necessary imports for better clarity. * Enhance test_create_app_factory to verify LogsServer start_loops call - Updated the test_create_app_factory to mock and assert that the start_loops method of LogsServer is called during app creation. - Ensured the test remains asynchronous and maintains clarity in its assertions. * fix * use active logger * cohort -> experiment * vite build * Update model path in pytest configuration to use gpt-oss-120b for improved performance
1 parent 4f15a70 commit 70916e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/test_pytest_mcp_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
],
2222
rollout_processor=default_agent_rollout_processor,
23-
model=["fireworks_ai/accounts/fireworks/models/kimi-k2-instruct"],
23+
model=["fireworks_ai/accounts/fireworks/models/gpt-oss-120b"],
2424
mode="pointwise",
2525
mcp_config_path="tests/pytest/mcp_configurations/mock_discord_mcp_config.json",
2626
)

0 commit comments

Comments
 (0)