Open DevOps-zhuang opened 1 year ago
having the same issue I use the parameters but it keeps trying to set up a new instance
Same issue here. Is there a different configuration to use an already deployed model?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Deployment Error Details: DuplicatedDeploymentForSameModel: The deployment 'chat' has the same model with an existing deployment 'Hodel-01'. Only 1 deployment is allowed for the same model.
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
so the issue is that the deplyment doesn't use the Hodel-01 I already set for AZURE_OPENAI_CHATGPT_DEPLOYMENT, it try to create a new one, which is not allowed by current Azure OpenAI policy. how to fix it? thanks.