From 25cdab5b28e2ead226a5fcbedc68fce85aa998e8 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 20 Feb 2025 01:06:29 -0500 Subject: [PATCH] docs: Remove unused python-openapi and json-strong-typing in openapi_generator (#1167) This is no longer required to generated API reference after https://github.com/meta-llama/llama-stack/commit/5e7904ef6c5483bb3aaf82ec0d687ced4867ef86 --- docs/openapi_generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi_generator/README.md b/docs/openapi_generator/README.md index e98cfaf1b..70df1da21 100644 --- a/docs/openapi_generator/README.md +++ b/docs/openapi_generator/README.md @@ -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`