Error when creating an Azure AI connection #3686
Unanswered
vladfeigin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
When running connection creation from CLI, getting an error: "NotImplementedError: Create or update Azure AI connection is not supported in promptflow, please manage it in Azure AI/machine learning studio, az ml cli or AzureML SDK." The CLI is: pf connection create -f ./AzureOpenAIConnection.yaml --set api_key=mykey, taken from official prompt flow documentation. The prompt flow version : {
"promptflow": "1.15.0",
"promptflow-azure": "1.15.0",
"promptflow-core": "1.15.0",
"promptflow-devkit": "1.15.0",
"promptflow-tracing": "1.15.0"
}
Beta Was this translation helpful? Give feedback.
All reactions