mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 19:02:37 +00:00
openapi in readthedocs
This commit is contained in:
parent
72a0dbb15a
commit
dbd4b9ecce
4 changed files with 57 additions and 49 deletions
|
|
@ -52,12 +52,11 @@ def main(output_dir: str):
|
|||
Options(
|
||||
server=Server(url="http://any-hosted-llama-stack.com"),
|
||||
info=Info(
|
||||
title="[DRAFT] Llama Stack Specification",
|
||||
title="Llama Stack Specification",
|
||||
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
|
||||
best leverage Llama Models. The specification is still in draft and subject to change.
|
||||
Generated at """
|
||||
best leverage Llama Models. Generated at """
|
||||
+ now,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue