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 674a665 commit 134765bCopy full SHA for 134765b
tests/generation/structured_output/test_basics.py
@@ -26,6 +26,7 @@ def generator():
26
"""Create a generator instance for testing."""
27
return Generator(max_tokens=1000, use_cache=False)
28
29
+
30
@pytest.mark.skipif(
31
not os.getenv("OPENAI_API_KEY") or not os.getenv("OPENAI_MODEL_NAME"),
32
reason="OPENAI_API_KEY and OPENAI_MODEL_NAME environment variables are required for this test",
0 commit comments