Hello! Could you help me please: I saw for that notebook you use the next libraries:
from promptflow.client import PFClient
from promptflow.connections import AzureOpenAIConnection, OpenAIConnection
in order to use "promptflow.client import PFClient" I have installed promptflow Version: 1.16.1 (with 1.13.0 works too) but when trying to use "from promptflow.connections..." i got the error:
Then, what is the correct version to get both libraries?
Hello! Could you help me please: I saw for that notebook you use the next libraries:
from promptflow.client import PFClient from promptflow.connections import AzureOpenAIConnection, OpenAIConnection
in order to use "promptflow.client import PFClient" I have installed promptflow Version: 1.16.1 (with 1.13.0 works too) but when trying to use "from promptflow.connections..." i got the error:
Then, what is the correct version to get both libraries?