bug fix
This commit is contained in:
parent
3c2b8a85d6
commit
f7d465b7d4
|
|
@ -13,7 +13,6 @@ openai_api_port = 8888
|
||||||
base_url = "http://127.0.0.1:{}"
|
base_url = "http://127.0.0.1:{}"
|
||||||
queue = Queue()
|
queue = Queue()
|
||||||
sys.modules['fastchat.constants.LOGDIR'] = LOG_PATH
|
sys.modules['fastchat.constants.LOGDIR'] = LOG_PATH
|
||||||
import parser
|
|
||||||
|
|
||||||
|
|
||||||
def set_httpx_timeout(timeout=60.0):
|
def set_httpx_timeout(timeout=60.0):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue