mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
Update llama_stack/providers/inline/inference/meta_reference/inference.py
This commit is contained in:
parent
ee6a502289
commit
2264b974f6
1 changed files with 1 additions and 1 deletions
|
@ -174,4 +174,4 @@ class MetaReferenceInferenceImpl(
|
||||||
top_p: float | None = None,
|
top_p: float | None = None,
|
||||||
user: str | None = None,
|
user: str | None = None,
|
||||||
) -> OpenAIChatCompletion | AsyncIterator[OpenAIChatCompletionChunk]:
|
) -> OpenAIChatCompletion | AsyncIterator[OpenAIChatCompletionChunk]:
|
||||||
raise NotImplementedError("OpenAI chat completion not supported by sentence transformers provider")
|
raise NotImplementedError("OpenAI chat completion not supported by meta-reference inference provider")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue