Skip to content

Commit 3bfb242

Browse files
Deleted some links in readme
1 parent 6b7fc08 commit 3bfb242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here is a comparison table with a few features offered by Azure, an available Gi
8989

9090
### Key features
9191
- **Private LLM access on your data**: Get all the benefits of ChatGPT on your private, unstructured data.
92-
- **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)
92+
- **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)
9393
- **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).
9494
- **Easy access to source documentation when querying**: Review referenced documents in the same chat window for additional context.
9595
- **Chat history**: Prior conversations and context are maintained and accessible through chat history.

code/backend/Admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
configure_azure_monitor()
2222

2323
logger = logging.getLogger(__name__)
24-
logger.debug("Starting admin app")
24+
logger.debug("Starting admin application")
2525

2626

2727
st.set_page_config(

0 commit comments

Comments
 (0)