Skip to content

Commit 3a8d0c3

Browse files
jameszyaoSimsonW
authored andcommitted
fix: add back OPENAPI_CONFIG
1 parent be84825 commit 3a8d0c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

taskingai/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ def HOST(self):
9494
def PROXY(self):
9595
return self._config.proxy
9696

97+
@property
98+
def OPENAPI_CONFIG(self):
99+
return self._config.openapi_config
97100

98101
def init(
99102
api_key: str = None,

0 commit comments

Comments
 (0)