Spaces:
Running
Running
cxumol
commited on
rm taskAI classVar is_debug
Browse files- app/taskAI.py +0 -1
app/taskAI.py
CHANGED
@@ -68,7 +68,6 @@ Before officially write the letter, think step by step. First, list what makes a
|
|
68 |
|
69 |
## tasks
|
70 |
class TaskAI(OpenAILike):
|
71 |
-
is_debug = False
|
72 |
|
73 |
def __init__(self, api: dict[str, str], is_debug=False, **kwargs):
|
74 |
log = logger.info
|
|
|
68 |
|
69 |
## tasks
|
70 |
class TaskAI(OpenAILike):
|
|
|
71 |
|
72 |
def __init__(self, api: dict[str, str], is_debug=False, **kwargs):
|
73 |
log = logger.info
|