diff --git a/README.md b/README.md index 179ef8d2d..842567239 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Here is a comparison table with a few features offered by Azure, an available Gi ### Key features - **Private LLM access on your data**: Get all the benefits of ChatGPT on your private, unstructured data. -- **Single application access to your full data set**: Minimize endpoints required to access internal company knowledgebases. Reuse the same backend with the [Microsoft Teams Extension](docs/teams_extension.md) +- **Single application access to your full data set**: Minimize endpoints required to access internal company knowledgebases. Reuse the same backend with the [Microsoft Teams Extension](docs/teams_extension_test.md) - **Natural language interaction with your unstructured data**: Use natural language to quickly find the answers you need and ask follow-up queries to get the supplemental details, including [Speech-to-text](docs/speech_to_text.md). - **Easy access to source documentation when querying**: Review referenced documents in the same chat window for additional context. - **Chat history**: Prior conversations and context are maintained and accessible through chat history. diff --git a/code/backend/Admin.py b/code/backend/Admin.py index 373560ffc..7663155e6 100644 --- a/code/backend/Admin.py +++ b/code/backend/Admin.py @@ -21,7 +21,7 @@ configure_azure_monitor() logger = logging.getLogger(__name__) -logger.debug("Starting admin app") +logger.debug("Starting admin application") st.set_page_config(