sample-app-aoai-chatGPT
sample-app-aoai-chatGPT copied to clipboard
Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
Bumps [openai](https://github.com/openai/openai-python) from 1.6.1 to 1.38.0. Release notes Sourced from openai's releases. v1.38.0 1.38.0 (2024-08-02) Full Changelog: v1.37.2...v1.38.0 Features extract out ImageModel, AudioModel, SpeechModel (#1586) (b800316) make enums not nominal...
This pull request introduces two new GitHub Actions workflows for CodeQL analysis. CodeQL is a tool for code scanning that helps detect vulnerabilities and errors in code. The workflows are...
**Describe the bug** Gpt4o model just text no image input. **To Reproduce** Steps to reproduce the behavior: 1. Go to Azure OpenAI 2. Click on Azure OpenAI Studio dan Deploy...
### 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...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.8. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.8 0.23.8 (2024-07-17) Fixes a bug that caused duplicate markers in async tests #813 Known issues As...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. Release notes Sourced from requests's releases. v2.32.3 2.32.3 (2024-05-29) Bugfixes Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716)...
**Is your feature request related to this sample app, or to an Azure service, such as Azure OpenAI or Azure AI Search?** Azure OpenAI Service (a kind of Add Your...
**Describe the bug** After setting the Azure AI Studio deploy webapp index data, the AZURE_SEARCH_KEY value is left blank at the time of deployment. **To Reproduce** Steps to reproduce the...
**Describe the bug** azd up is asking me for authClientId. I have no idea what to enter. Aren't the deployment scripts supposed to create that automatically? It seems related to...
included the edge case ### Motivation and Context The key change is in the extract_caption method. I've added a check to ensure that we only try to add the last...