Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/integration/test_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ async def test_responses_async(
llm = AnyLLM.create(provider, **provider_client_config.get(provider, {}))
if not llm.SUPPORTS_RESPONSES:
pytest.skip(f"{provider.value} does not support responses, skipping")
if provider == LLMProvider.FIREWORKS:
pytest.skip(
"Fireworks responses API not returning reasoning field - known bug awaiting their fix (contact Nathan Brake for the email chain)"
)
model_id = provider_reasoning_model_map[provider]
result = await llm.aresponses(
model_id,
Expand Down