Skip to content

seedlings-calm/ter-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ter-tool

mac

x64

CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build ./

arm

CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build main.go

window

x64

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o wuliu-amd64.exe ./

x86

CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -o wuliu-x86.exe ./

|-- src |-- .DS_Store |-- .gitignore |-- .wuliu.yml |-- README.md |-- go.mod |-- go.sum |-- main.go |-- ter-tool |-- wuliu |-- build |-- cmd | |-- doc.go | |-- root.go | |-- account | | |-- account.go | |-- gpt | | |-- gpt.go | |-- server | |-- server.go |-- config | |-- config.go | |-- server.go |-- filelog | |-- 202304200947.log |-- openapi | |-- chat.go | |-- chat_stream.go | |-- chat_stream_reader.go | |-- error.go |-- tool |-- aes.go |-- file.go |-- tool.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages