This commit is contained in:
Raphaël MANSUY 2025-12-04 19:14:28 +08:00
parent 086191ae5a
commit 99c2243866

View file

@ -814,7 +814,7 @@ async def azure_openai_complete(
return result
@wrap_embedding_func_with_attrs(embedding_dim=1536)
@wrap_embedding_func_with_attrs(embedding_dim=1536, max_token_size=8192)
async def azure_openai_embed(
texts: list[str],
model: str | None = None,