Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhammohanty680/telebot_gpt_3.5_turbo


https://github.com/shubhammohanty680/telebot_gpt_3.5_turbo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Telebot_GPT_3.5_Turbo

## Prerequisite:

- Python 3.7
- A Telegram Account
- An OpenAI account for API Key

## How to run code:

```bash
conda create -n telebot python=3.7 -y
```

```bash
conda activate telebot
```

```bash
pip install -r requirements.txt
```