Go to file
if a570d63122 upd footer 2023-04-11 09:07:00 +03:00
.github init tests 2023-04-09 23:01:15 +03:00
.streamlit fix config 2023-04-08 12:09:11 +03:00
assets upd readme with demo 2023-04-09 13:18:29 +03:00
src upd footer 2023-04-11 09:07:00 +03:00
tests init tests 2023-04-09 23:01:15 +03:00
.coveragerc init tests 2023-04-09 23:01:15 +03:00
.gitignore upd readme 2023-03-16 13:45:37 +03:00
.pre-commit-config.yaml voice input [test mode]: init 2023-04-07 23:10:58 +03:00
LICENSE upd License 2023-04-09 12:50:49 +03:00
README.md upd readme with demo 2023-04-09 13:18:29 +03:00
chat.py voice input [test mode]: fix show input 2023-04-08 15:33:36 +03:00
pyproject.toml init tests 2023-04-09 23:01:15 +03:00
requirements.txt voice input [test mode]: init 2023-04-07 23:10:58 +03:00
requirements_dev.txt init tests 2023-04-09 23:01:15 +03:00
run.sh init project 2023-03-02 17:32:39 +03:00

README.md

AI Talks

Streamlit App

ChatGPT Assistant via Streamlit

AI Talks is a Streamlit app, that ...

Installation

Clone the repository:

git clone https://github.com/dKosarevsky/AI-Talks.git

Install the required dependencies:

pip install -r requirements.txt

Add your API key into .streamlit/secrets.toml:

[api_credentials]
api_key = "sk-..."

Usage

To run the app use the following command:

bash run.sh

Another way:

streamlit run chat.py

License

This project is released under the MIT License.