refactor: Remove unused pipe
This commit is contained in:
parent
eb2f852ceb
commit
31949699fa
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -13,7 +13,6 @@ import openai
|
|||
load_dotenv()
|
||||
openai.organization = os.getenv('org')
|
||||
openai.api_key = os.getenv('key')
|
||||
pipe = '###'
|
||||
THREADS = 5
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in a new issue