Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shubhammohanty680/telebot_gpt_3.5_turbo
- Owner: ShubhamMohanty680
- License: mit
- Created: 2024-01-25T12:56:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T17:05:17.000Z (11 months ago)
- Last Synced: 2024-01-26T14:57:03.313Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```