docs: Remove unused python-openapi and json-strong-typing in openapi_generator (#1167)

This is no longer required to generated API reference after
5e7904ef6c
This commit is contained in:
Yuan Tang 2025-02-20 01:06:29 -05:00 committed by GitHub
parent 2b995c22eb
commit 25cdab5b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ The RFC Specification (OpenAPI format) is generated from the set of API endpoint
Please install the following packages before running the script:
```
pip install python-openapi json-strong-typing fire PyYAML llama-models
pip install fire PyYAML llama-models
```
Then simply run `sh run_openapi_generator.sh`