final version

This commit is contained in:
2026-02-18 23:39:39 +08:00
parent 72ab0c0b56
commit 32d0bca5f9
3975 changed files with 781 additions and 1106509 deletions

View File

@@ -14,7 +14,7 @@ from algorithm_showcase import AlgorithmShowcaseClient
def parse_args():
"""解析命令行参数"""
parser = argparse.ArgumentParser(description='智能算法展示平台命令行工具')
parser.add_argument('--base-url', default='http://localhost:8000/api/v1', help='API基础URL')
parser.add_argument('--base-url', default='http://localhost:8001/api/v1', help='API基础URL')
parser.add_argument('--api-key', default=None, help='API密钥')
subparsers = parser.add_subparsers(dest='command', help='子命令')