682 B
682 B
AI Talks
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.