mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:42:25 +00:00
fix
This commit is contained in:
parent
4754f6dd95
commit
be2691212b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class SentenceTransformerEmbeddingMixin:
|
||||||
usage = OpenAIEmbeddingUsage(prompt_tokens=-1, total_tokens=-1)
|
usage = OpenAIEmbeddingUsage(prompt_tokens=-1, total_tokens=-1)
|
||||||
return OpenAIEmbeddingsResponse(
|
return OpenAIEmbeddingsResponse(
|
||||||
data=data,
|
data=data,
|
||||||
model=model_obj.provider_resource_id,
|
model=model,
|
||||||
usage=usage,
|
usage=usage,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue