feat: 多LLM支持 - 3个模型并发请求
This commit is contained in:
12
flomo-ai-desktop/build.bat
Normal file
12
flomo-ai-desktop/build.bat
Normal 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
|
||||
Reference in New Issue
Block a user