AMUseBot/README.md

80 lines
1.2 KiB
Markdown
Raw Normal View History

2023-04-08 20:26:32 +02:00
# AI Talks
2023-03-13 17:08:55 +01:00
2023-04-09 12:04:22 +02:00
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://ai-talks.streamlit.app)
2023-04-09 11:38:53 +02:00
## ChatGPT Assistant via Streamlit
2023-03-16 11:45:37 +01:00
2023-04-11 08:59:24 +02:00
Build Your Own AI Assistant.
2023-04-09 12:04:22 +02:00
2023-04-09 12:18:29 +02:00
![](assets/demo/ai-talks.gif)
2023-04-09 12:04:22 +02:00
## Installation
Clone the repository:
```bash
git clone https://github.com/dKosarevsky/AI-Talks.git
```
Install the required dependencies:
```bash
pip install -r requirements.txt
```
2023-04-09 12:10:43 +02:00
Add your API key into `.streamlit/secrets.toml`:
2023-04-09 12:04:22 +02:00
```toml
[api_credentials]
api_key = "sk-..."
```
## Usage
To run the app use the following command:
```bash
bash run.sh
```
Another way:
```bash
streamlit run chat.py
```
## License
2023-03-16 11:45:37 +01:00
2023-04-09 12:04:22 +02:00
This project is released under the MIT License.
2023-04-11 08:59:24 +02:00
## Donation
<details>
<summary>Support project</summary>
**Crypto:**
- USD Tether (USDT TRC20):
```
TMQ5RiyQ7bv3XjB6Wf6JbPHVrGkhBKtmfA
```
- Toncoin (TON):
```
UQDbnx17N2iOmxfQF0k55QScDMB0MHL9rsq-iGB93RMqDhIH
```
**World:**
- [Buy Me A Coffee](https://www.buymeacoffee.com/aitalks)
- [ko-fi](https://ko-fi.com/ai_talks)
- [PayPal](https://www.paypal.com/paypalme/aitalks)
**Russia:**
- [Tinkoff](https://www.tinkoff.ru/cf/4Ugsr5kQ1sR)
- [CloudTips (Tinkoff)](https://pay.cloudtips.ru/p/eafa15b2)
![](/assets/qr/tink.png)
</details>