-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure OpenAI Service Chat Sample initial commit #46
base: main
Are you sure you want to change the base?
Conversation
Hi @miguelverweij, Thank you for your submission! While attempting to import the solution, I encountered a block due to missing dependencies. Below is the log. Could you please review the source code and update it to resolve this issue? Thank you!
Kind regards, |
Hi Katerina, There is a solution, Prompt Library, that is a prerequisite. I have stated this in the Readme file. Initially I had a similar functionality in my own solution. Later I saw that April Dunham created a fabulous solution to store prompts. Much more advanced than what I created. I though about adding the chat functionality to her solution and make a PR, but I thought a separate solution would not interfere that install process. So the solution would be to install that solution first. |
Hi @miguelverweij, Thank you for the clarification! I will try again and if everything will be ok I will change the link in prerequisites before the merge, because now it redirects to your solution, not to the Prompt Library by April Dunnam. I will let you know once I complete testing. Regards, |
Hi @miguelverweij, The new attempt after install the Prompt Library solution, failed again due to missing dependencies. Please review the log below and update your source code to resolve this issue.
Regards, |
updated Prompt Library link
updated Azure OpenAI Service custom connector link
I checked what is going on, and I think I have to apologize. I haven't tested importing the solution properly. I just did and I know what to fix. I will update the files tomorrow. Sorry for the inconvenience. |
…aged.zip Solution is updated
New solution with custom connector in a separate solution for connection creation
All files are ready now. Again sorry for the inconvenience. |
Hi @miguelverweij, I've successfully compiled the solutions from the source code. However, I've encouraged an issue in the I made sure to complete all the steps listed in your guide, including the prerequisites. Could you please provide any insights or additional guidance on how to resolve this and successfully create a new chat? Thank you in advance! Regards, |
What's in this Pull Request?
A new sample solution, Azure OpenAI Service Chat, is added to the samples folder.
Checklist