Skip to content

Enhance testing with Albert API models and add report for openai/gpt-oss-120b - #36

Merged
mborne merged 3 commits into
masterfrom
35-albert
Sep 11, 2026
Merged

Enhance testing with Albert API models and add report for openai/gpt-oss-120b#36
mborne merged 3 commits into
masterfrom
35-albert

Conversation

@mborne

@mborne mborne commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This pull request adds support for running tests with the Albert API and integrates the openai/gpt-oss-120b model into the test suite. It introduces a new configuration file for Albert models, updates the test fixture logic to support the new provider, and includes a test report for the new model. The most important changes are grouped below.

Albert API integration:

  • Added a new model configuration file config/models-albert.yaml for Albert API models, specifying the openai-gpt-oss-120b model and its associated test report.
  • Implemented the _create_model_albert function in conftest.py and updated the model fixture to support models prefixed with albert:. This allows tests to run against the Albert API using the specified model.

Test reporting:

  • Added a new test report file reports/albert-openai-gpt-oss-120b.md summarizing the results of running the test suite on the openai/gpt-oss-120b model via the Albert API.
  • Updated the README.md to reference the new test report and summarize its results.

@mborne
mborne merged commit 3994c10 into master Sep 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant