debian was not the play
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
thread-killer.py
|
thread-killer.py
|
||||||
log.txt
|
log.txt
|
||||||
|
.env
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -14,8 +14,10 @@ from openai import OpenAI
|
|||||||
from typing_extensions import override
|
from typing_extensions import override
|
||||||
|
|
||||||
# To get the env var
|
# To get the env var
|
||||||
|
from dotenv import load_dotenv
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
load_dotenv()
|
||||||
|
|
||||||
### OpenAI Config
|
### OpenAI Config
|
||||||
|
|
||||||
|
|||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Reference in New Issue
Block a user