defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
257 stars 28 forks source link

chore(test) openai api type matching / conformance testing #299

Closed gerred closed 1 month ago

gerred commented 7 months ago

Chore: API Type Matching / OpenAI OpenAPI Conformance Testing

Context: To ensure compatibility and consistency with the OpenAI API, it is essential to audit the types implemented in our API and verify that they match the types and request/response signatures defined in the OpenAI API. Additionally, we need to develop compliance testing against the official openai-openapi repository to detect any drift or deviations over time.

Tasks:

alekst23 commented 2 months ago

Reopening this issue to finish the full scope of conformance testing

justinthelaw commented 1 month ago

Ensure these tests cover the issue found and solved by #1031