8000 GitHub - normana234/chatgpt-adapter: chatgpt-adapter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

normana234/chatgpt-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

具体配置请 查阅文档

执行前置

安装中间编译工具

go install ./cmd/iocgo

# or 

make install

使用

正常指令附加

# ----- go build ------ #
# 原指令 #
go build ./main.go

# 附加指令 #
go build -toolexec iocgo ./main.go


# ----- go run ------ #
# 原指令 #
go run ./main.go

# 附加指令 #
go run -toolexec iocgo ./main.go

其它go指令同理

运行本项目三部曲 (linux / macos)

make install

make build

./server -h

About

chatgpt-adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%
0