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: test json file
  • Loading branch information
Van-QA authored and Van-QA committed May 20, 2024
commit 34426785782b9dd27096c01f3e61e130b9589881
5 changes: 3 additions & 2 deletions .github/workflows/jan-openai-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,8 @@ jobs:

# Append to conftest.py
cat ../docs/tests/conftest.py >> tests/conftest.py

cat ../docs/tests/endpoints_mapping.json.py >> tests/endpoints_mapping.json.py

# start mock server and run test then stop mock server
IFS=',' read -ra endpoints <<< "$ENDPOINTS"
markers=""
Expand All @@ -95,7 96,7 @@ jobs:
openai-python/assets
openai-python/prism.log

- name: clean up
- name: Clean up
if: always()
run: |
rm -rf /tmp/jan
Expand Down