1 Star 0 Fork 0

rmrb1111/azure-openai-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github/workflows
assets/images
azure
cmd
config
constant
examples
util
.gitignore
.goreleaser.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
build.sh
go.mod
go.sum
克隆/下载
build.sh 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
晓晨 提交于 2年前 . feat: support multi model
#!/bin/bash
set -e
VERSION=v1.1.0
rm -rf bin
export GOOS=linux
export GOARCH=amd64
go build -trimpath -ldflags "-s -w" -o bin/azure-openai-proxy ./cmd
docker build -t stulzq/azure-openai-proxy:$VERSION .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rmrb1111/azure-openai-proxy.git
git@gitee.com:rmrb1111/azure-openai-proxy.git
rmrb1111
azure-openai-proxy
azure-openai-proxy
master

搜索帮助