Replies: 4 comments
-
Hi @nubgamerz - The frontend for this sample is currently written in React, yes. If you prefer using Jinja-based templates, you could likely adapt the frontend I wrote for the ChatGPT quickstart sample: https://github.com/Azure-Samples/chatgpt-quickstart/blob/main/src/flaskapp/templates/index.html |
Beta Was this translation helpful? Give feedback.
-
Hi @pamelafox , I just forked this repo and made minor changes on the frontend (*) then I changed the connection in the Deployment Center from my Azure WebApp and resync from my forked repo .....after the resync is completed the application is not displaying anymore anything anymore. I'm not a frontend deve and ever did such things before so I'm wondering if I missed something :p Thanks (*) - Modified Chat.tsx to update the chat title and subtitle
|
Beta Was this translation helpful? Give feedback.
-
@Mr-Guillaume I haven't used External Git as a deployment mechanism before, so I can't comment as to how that deployment works. I typically use azd, which is detailed here: https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/README_azd.md Regardless of the deployment mechanism, the strategy for debugging deploys should be similar. Can you follow the tips on my blog post here? https://blog.pamelafox.org/2023/01/tips-for-debugging-django-app.html |
Beta Was this translation helpful? Give feedback.
-
As this is not a direct issue with this repo, I'm converting this thread to a discussion. Feel free to continue sharing ideas there! |
Beta Was this translation helpful? Give feedback.
-
Hi
I'm customising this as a deployment that we're looking to use against our documentations.
In our search services we have multiple indexers against different sources.
It wouldn't be difficult to add more variables and update the flask app.py, but I'm not familiar with react (I assume it's react?), or tsx.
Is there any way to add new pages that are accessible which would load new chat pages referencing different search indexers?
I would also like to add new pages to add things about Responsible AI, disclaimers and the likes as well.
Is this possible? Thanks
Beta Was this translation helpful? Give feedback.
All reactions