We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an api I want to always pass conformance tests So that I can guarantee my behavior matches the OpenAI spec.
Given an API router When an OpenAI SDK is used to access Then I return the expected result
This will require a project variable for the OPENAI_API_KEY with sufficient funding to run routinely.
OPENAI_API_KEY
We may need to precisely determine when to run these tests as they will be expensive due to larger runners and OpenAI API costs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User Story
As an api
I want to always pass conformance tests
So that I can guarantee my behavior matches the OpenAI spec.
Acceptance Criteria
Given an API router
When an OpenAI SDK is used to access
Then I return the expected result
Describe alternatives you've considered
Additional context
This will require a project variable for the
OPENAI_API_KEY
with sufficient funding to run routinely.We may need to precisely determine when to run these tests as they will be expensive due to larger runners and OpenAI API costs.
The text was updated successfully, but these errors were encountered: