This commit is contained in:
2026-03-29 16:19:26 +08:00
parent 289145e901
commit 56a5c2e4c0
7 changed files with 19 additions and 23 deletions
+1 -1
View File
@@ -18,9 +18,9 @@ def build_command() -> list[str]:
os.environ[key] = value
host = str(runtime["openai_host"])
port = str(runtime["openai_port"])
api_key = runtime["api_key"] or ""
dtype = str(runtime["dtype"])
revision = runtime["revision"] or ""
api_key = runtime["api_key"] or ""
cmd = [
sys.executable,
"-m",