mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
update generate msg
This commit is contained in:
parent
340e2f9726
commit
27ca112941
5 changed files with 4 additions and 5 deletions
|
@ -56,8 +56,7 @@ def main(output_dir: str):
|
||||||
version=LLAMA_STACK_API_VERSION,
|
version=LLAMA_STACK_API_VERSION,
|
||||||
description="""This is the specification of the Llama Stack that provides
|
description="""This is the specification of the Llama Stack that provides
|
||||||
a set of endpoints and their corresponding interfaces that are tailored to
|
a set of endpoints and their corresponding interfaces that are tailored to
|
||||||
best leverage Llama Models. Generated at """
|
best leverage Llama Models.""",
|
||||||
+ now,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
@ -87,7 +87,7 @@ html_style = "../_static/css/my_theme.css"
|
||||||
redoc = [
|
redoc = [
|
||||||
{
|
{
|
||||||
"name": "Llama Stack API",
|
"name": "Llama Stack API",
|
||||||
"page": "api_reference/index",
|
"page": "references/api_reference/index",
|
||||||
"spec": "../resources/llama-stack-spec.yaml",
|
"spec": "../resources/llama-stack-spec.yaml",
|
||||||
"opts": {
|
"opts": {
|
||||||
"suppress-warnings": True,
|
"suppress-warnings": True,
|
||||||
|
|
|
@ -94,7 +94,5 @@ getting_started/index
|
||||||
concepts/index
|
concepts/index
|
||||||
distributions/index
|
distributions/index
|
||||||
contributing/index
|
contributing/index
|
||||||
distribution_dev/index
|
|
||||||
references/index
|
references/index
|
||||||
api_reference/index
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -9,3 +9,5 @@
|
||||||
llama_cli_reference/index
|
llama_cli_reference/index
|
||||||
llama_stack_client_cli_reference/index
|
llama_stack_client_cli_reference/index
|
||||||
llama_cli_reference/download_models
|
llama_cli_reference/download_models
|
||||||
|
api_reference/index
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue