feat: initial implementation of qflash gateway
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Makefile for qflash (Qwen3.8-Flash-Next OpenAI Proxy Gateway)
|
||||
# Created by Luxferre in 2026, released into the public domain.
|
||||
|
||||
qflash:
|
||||
go build -trimpath -ldflags="-s -w" -o bin/qflash .
|
||||
|
||||
all: qflash
|
||||
|
||||
test:
|
||||
go test -v ./...
|
||||
|
||||
clean:
|
||||
rm -rf bin/
|
||||
|
||||
run: qflash
|
||||
./bin/qflash
|
||||
|
||||
.PHONY: all clean qflash run test
|
||||
Reference in New Issue
Block a user