feat: 多LLM支持 - 3个模型并发请求

This commit is contained in:
xiaji
2026-05-09 10:20:00 +08:00
parent 1fef271a20
commit b0daad7f36
9 changed files with 468 additions and 799 deletions

View File

@@ -0,0 +1,12 @@
@echo off
setlocal
set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
set CC=gcc
set CXX=g++
set AR=ar
set LD=ld
set STRIP=strip
cargo build --release --target x86_64-pc-windows-gnu