Skip to content

Releases: lct-unv/quanllm-cli

QuanLLM CLI v0.3.0 (0815)

Choose a tag to compare

@lct-unv lct-unv released this 15 Aug 08:38

QuanLLM-qm 命令行客户端 v0.3.0

量子力学专家模型 QuanLLM 的自适应 CLI 客户端:流式输出、思考模式可见、SymPy 符号计算工具调用、多轮对话与历史会话持久化。

下载

平台 文件
Windows (x86_64) quanllm-cli-windows-x86_64.zip
macOS (Apple Silicon) quanllm-cli-macos-arm64.zip
Linux (x86_64) quanllm-cli-linux-x86_64.zip

使用方法

  1. 解压后将 APIKEY.example 重命名为 APIKEY,写入你的 API Key(单独一行,不加引号)
  2. 运行程序:Windows 双击 quanllm-cli.exe;macOS / Linux 终端执行 ./quanllm-cli
  3. 直接输入问题开始对话

对话指令::sessions 查看历史会话,:load [编号] 恢复会话,:clear 清空上下文,:quit 退出。

注意

  • 程序内不含任何密钥,仅从同目录 APIKEY 文件读取
  • macOS 首次运行如提示无法验证开发者:xattr -d com.apple.quarantine quanllm-cli
  • Windows SmartScreen 可能对未签名程序弹提示,属正常现象
  • Linux 版要求 glibc 2.31+(Ubuntu 20.04+ 等)