mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Improve error handling in api, Update openapi.json workflow
This commit is contained in:
4
.github/workflows/publish-workflow.yaml
vendored
4
.github/workflows/publish-workflow.yaml
vendored
@@ -16,7 +16,9 @@ jobs:
|
||||
python-version: "3.8"
|
||||
cache: 'pip'
|
||||
- name: Install requirements
|
||||
run: pip install fastapi uvicorn python-multipart
|
||||
run: |
|
||||
pip install fastapi uvicorn python-multipart
|
||||
pip install -r requirements-min.txt
|
||||
- name: Generate openapi.json
|
||||
run: |
|
||||
python -m etc.tool.openapi
|
||||
|
||||
Reference in New Issue
Block a user