mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: rebase on main
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
e79a03b697
commit
2a257dbdea
14 changed files with 27198 additions and 38612 deletions
|
|
@ -18,7 +18,7 @@ from typing import Annotated, Any, get_args, get_origin
|
|||
from fastapi import FastAPI
|
||||
from pydantic import Field, create_model
|
||||
|
||||
from llama_stack.apis.datatypes import Api
|
||||
from llama_stack_api import Api
|
||||
|
||||
from . import app as app_module
|
||||
from .state import _dynamic_models, _extra_body_fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue