upd readme

This commit is contained in:
if 2023-04-14 00:51:05 +03:00
parent 394bee20a8
commit 6df4b8ccc6

View File

@ -2,27 +2,27 @@
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://ai-talks.streamlit.app)
## ChatGPT Assistant via Streamlit
A ChatGPT API wrapper, providing a user-friendly Streamlit web interface.
Build Your Own AI Assistant.
Enhance your ChatGPT experience with our user-friendly API wrapper, featuring a seamless Streamlit web interface. Effortlessly interact with ChatGPT, while enjoying an intuitive and responsive design. Discover simplified access to advanced AI technology in just a few clicks.
![](assets/demo/ai-talks.gif)
## Installation
## Setup
Clone the repository:
1. Clone repo:
```bash
git clone https://github.com/dKosarevsky/AI-Talks.git
```
Install the required dependencies:
2. Install dependencies:
```bash
pip install -r requirements.txt
```
Add your API key into `.streamlit/secrets.toml`:
3. Add API key to `.streamlit/secrets.toml`:
```toml
[api_credentials]
@ -43,6 +43,8 @@ Another way:
streamlit run chat.py
```
Once the script is started, you can go to the URL [http://localhost:8501](http://localhost:8501) to start using the bot.
## License
This project is released under the MIT License.