remove unused code
This commit is contained in:
parent
a9623e6985
commit
198e2bed9a
3
bot.py
3
bot.py
@ -1,6 +1,5 @@
|
||||
import os
|
||||
import io
|
||||
import json
|
||||
import time
|
||||
import telebot
|
||||
import requests
|
||||
@ -8,8 +7,6 @@ import openai
|
||||
from dotenv import load_dotenv
|
||||
from pydub import AudioSegment
|
||||
import hashlib
|
||||
import threading
|
||||
from datetime import datetime, timedelta
|
||||
from transcription_dict import TranscriptionDict
|
||||
from custom_openai import CustomAudio
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user