mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
openapi gen
This commit is contained in:
parent
9cc0a54f0b
commit
d2b62157a3
5 changed files with 1126 additions and 777 deletions
|
|
@ -33,7 +33,7 @@ schema_utils.json_schema_type = json_schema_type
|
|||
|
||||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||
from llama_stack.apis.agents import * # noqa: F403
|
||||
from llama_stack.apis.dataset import * # noqa: F403
|
||||
from llama_stack.apis.datasets import * # noqa: F403
|
||||
from llama_stack.apis.evals import * # noqa: F403
|
||||
from llama_stack.apis.inference import * # noqa: F403
|
||||
from llama_stack.apis.batch_inference import * # noqa: F403
|
||||
|
|
@ -61,7 +61,7 @@ class LlamaStack(
|
|||
Telemetry,
|
||||
PostTraining,
|
||||
Memory,
|
||||
Evaluations,
|
||||
Evals,
|
||||
Models,
|
||||
Shields,
|
||||
Inspect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue