do not reintroduce chat_completion

This commit is contained in:
Matthew Farrellee 2025-10-01 10:18:42 -04:00
parent 0e4279707e
commit a63ea05114
3 changed files with 1249 additions and 1928 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1008,7 +1008,6 @@ class InferenceProvider(Protocol):
model_store: ModelStore | None = None
@webmethod(route="/inference/chat-completion", method="POST", level=LLAMA_STACK_API_V1)
async def chat_completion(
self,
model_id: str,