1 Star 2 Fork 3

韦清河/copilot-gpt4-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
funnyzak 提交于 2024-01-29 22:43 . chore: update
# Set default args for build
build_args ?=-o ./build/
.PHONY: help
help:
@echo "Please use \`make <target>\` where <target> is one of"
@echo " dev to start development server"
@echo " get-copilot-token to get Github Copilot Plugin Token"
@echo " build to build binary. Use build_args to set build args. Default is '-o ./build/'"
.PHONY: dev
dev:
@echo "Starting development server..."
@go run main.go
.PHONY: get-copilot-token
get-copilot-token:
@echo "Getting Github Copilot Plugin Token..."
@bash ./shells/get_copilot_token.sh
.PHONY: build
build:
@echo "Building binary..."
@go build ${build_args} ./
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weiqh2000/copilot-gpt4-service.git
[email protected]:weiqh2000/copilot-gpt4-service.git
weiqh2000
copilot-gpt4-service
copilot-gpt4-service
master

搜索帮助