resolve conflicts: keep both Gemini and Zhipu support

This commit is contained in:
Re-bin
2026-02-02 13:00:24 +00:00
6 changed files with 46 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ This file stores important information that should persist across sessions.
@app.command()
def gateway(
port: int = typer.Option(18789, "--port", "-p", help="Gateway port"),
port: int = typer.Option(18790, "--port", "-p", help="Gateway port"),
verbose: bool = typer.Option(False, "--verbose", "-v", help="Verbose output"),
):
"""Start the nanobot gateway."""