-
Does anyone have any experience applying deployed prompt flow endpoints? I set all the relevant environment variables, but there is no difference other than the answer still using the model set as the azure open ai endpoint. I wonder if any other settings are needed after setting the environment variables. I would like to express my gratitude in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
friknsy
Jun 18, 2024
Replies: 1 comment 1 reply
-
I have the same question, did you figure it out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The variable “azure_openai_stream” must be set to false, not true. that worked for my case 😂