altryne / chatGPT-telegram-bot
- вторник, 6 декабря 2022 г. в 00:36:45
This is a very early attempt at having chatGPT work within a telegram bot
This is a Telegram bot that lets you chat with the chatGPT language model using your local browser. The bot uses Playwright to run chatGPT in Chromium, and can parse code and text, as well as send messages. It also includes a /draw command that allows you to generate pictures using stable diffusion. More features are coming soon.
/draw pictures using stable diffusion (version 0.0.2)/browse give chatGPT access to Google (version 0.0.3)conda env create -f environment.yml to create the environment.conda activate chatplaywright install to download the necessary Chromium software.playwright install-deps to download the necessary dependencies.env file. See these instructions for more information on how to do this..env.example file, rename it to .env, and place your values in the appropriate fields..env.example file and rename the copy to .env./draw command, you will need to obtain an API key for stable diffusion. To do this, go to Dream Studio Beta and sign up for a free membership./browse command, you will need to obtain an API key for SERP. To do this, go to SERP API and sign up for a free account.python server.py to start the server.