From 6df4b8ccc6d44254d1ec85d91e0c8141f31cb168 Mon Sep 17 00:00:00 2001 From: if Date: Fri, 14 Apr 2023 00:51:05 +0300 Subject: [PATCH] upd readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5126e9c..aad6d72 100644 --- a/README.md +++ b/README.md @@ -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.