Update __init__.py give bind value "localhost:1337"

pull/1914/head
hdsz25 4 weeks ago committed by GitHub
parent a03db91caa
commit 9c24ddc23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -190,7 +190,7 @@ def format_exception(e: Exception, config: ChatCompletionsForm) -> str:
def run_api(
host: str = 'localhost', #'0.0.0.0'
port: int = 1337,
bind: str = None,
bind: str = 'localhost:1337',
debug: bool = False,
workers: int = None,
use_colors: bool = None

Loading…
Cancel
Save