microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for Subpath Capability Enhancement

mdsa3d opened this issue · comments

Is your feature request related to this sample app, or to an Azure service, such as Azure OpenAI or Azure AI Search?

This request is specifically for the sample app and its ability to easily integrate with existing apps.

Is your feature request related to a problem? Please describe.

The current app configuration lacks the capability for users to define custom subpaths (i.e. http://localhost/chatbot or http://localhost/app). This restricts the ability to integrate within existing applications.

Describe the solution you'd like

I would like the app to support subpath capability (i.e. /app or similar), allowing users to assign specific subpaths via environment variable to their deployments directly.

Is this feature specific to your use case or your organization, or would it apply broadly across other uses of this app?

Can be used by anyone.

Describe alternatives you've considered

Use subdomains, unique domains, just the API for each deployment.

Additional context

Implementing this feature would simplify the management of multiple deployments, easy integration with other systems and possibility of using leveraging the same UI.