refactor: Remove unused pipe

This commit is contained in:
Dazed 2023-04-05 16:22:12 -05:00
parent eb2f852ceb
commit 31949699fa

View file

@ -13,7 +13,6 @@ import openai
load_dotenv()
openai.organization = os.getenv('org')
openai.api_key = os.getenv('key')
pipe = '###'
THREADS = 5
def main():