Which is the most effective way to modify/enrich a solution deployed from Azure AI Studio? #473
Unanswered
davidcervigon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Best way I've found so far is to use prompt flow in AI Studio then use this app to point to your custom deployed end point. The system message will then be run from the deployed prompt flow. |
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
-
Hi
Looks like Azure AI Studio just deploys this repo and seed the environment variables in the Azure App Service with the endpoints, connections, components, indexes etc. modeled for the project. How can a deployed solution be customized or modified (for instance, to embed the system message in the code instead of using Environment variables - to overcome the 50000 chars limitation), beyond connecting to the App Service using SSH?. Or, how can this repo be deployed using the same configuration modeled in the Studio?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions