1 Star 0 Fork 30

happySherry/llm in practice

forked from superman/llm in practice 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
chaocai 提交于 2023-09-25 21:07 +08:00 . initial commit
module github.com/chaocai2001/llm_friendly_code
go 1.18
require (
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
require github.com/golang/mock v1.6.0 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.7.2
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.3
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/happySherry/llm-in-practice.git
git@gitee.com:happySherry/llm-in-practice.git
happySherry
llm-in-practice
llm in practice
master

搜索帮助