gpt-4o
that's not an embedding model.createEmbedding()
function invocation is ignored since each azure deployment supports only one model, you should create another client for embeddings with the correct deploymentIdparams.model
that you are passing to your initalizePortkey()
method "text-embedding-3-large"?