Abigail Hartman
Abigail Hartman
### Motivation and Context The primary goal of this PR is to add support for the latest preview API version. Other changes include: * Refactoring of settings into a separate...
### Motivation and Context Adding a simple import of app.py in the tests to be sure that there are no fundamental code issues (such as syntax or indentation errors) that...
### Motivation and Context Adding poetry for dependency and config management; setting up tools for formatting and linting with ruff. All changes to application files are not intended to be...
### Motivation and Context ### Description ### Contribution Checklist - [ ] I have built and tested the code locally and in a deployed app - [ ] For frontend...
### Motivation and Context ### Description ### Contribution Checklist - [ ] I have built and tested the code locally and in a deployed app - [ ] For frontend...
### Motivation and Context To avoid any potential SQL injection attack on the chat history database, we can hide the /history API to prevent direct user interaction, which is not...
### Motivation and Context Azure Container Apps can enable easy scaling of the webapp in production, and has been specifically asked for by customers previously. This PR makes a few...