Skip to content
New issue

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

Feat/oai endpoints mapper using JSON #2929

Merged
merged 12 commits into from
May 20, 2024
Prev Previous commit
Next Next commit
chore: temporally add other runner
  • Loading branch information
Van-QA authored and Van-QA committed May 20, 2024
commit 8be6258412bde4feb60db601a9c5386bf624c344
2 changes: 1 addition & 1 deletion .github/workflows/jan-openai-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@ on:

jobs:
openai-python-tests:
runs-on: [ubuntu-18-04-openai-api-collection-test, ubuntu-desktop]
runs-on: [ubuntu-18-04-openai-api-collection-test, self-hosted, Linux, ubuntu-desktop]
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps:
- name: Getting the repo
Expand Down