andreped commited on
Commit
a5cbc9a
1 Parent(s): 78196fe

Minor README refactoring

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,12 +1,12 @@
1
  # chatbot-streamlit-demo
2
 
3
- This application demonstrates how to setup a simple ChatBot with Azure OpenAI and Streamlit.
4
 
5
- The ChatBot enables you to talk with your own data - in this case, to learn about André's research.
6
 
7
  ## Getting Started
8
 
9
- These instructions were tested on a MacBook Pro with M2 chip running macOS 13.6 Ventura with Python 3.9.6.
10
 
11
  1. Setup virtual environment and install dependencies:
12
  ```
 
1
  # chatbot-streamlit-demo
2
 
3
+ This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) and [Streamlit](https://streamlit.io).
4
 
5
+ The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
6
 
7
  ## Getting Started
8
 
9
+ These instructions were tested on a MacBook Pro with M2 chip running macOS 13.6 Ventura with `Python 3.9.6`.
10
 
11
  1. Setup virtual environment and install dependencies:
12
  ```