Skip to content

集成了openai-api、coze、claude、cursor、blackbox、you、bing 绘画 多款AI的聊天接口适配到 OpenAI API 标准接口服务端。

License

Notifications You must be signed in to change notification settings

bincooo/chatgpt-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

具体配置请 查阅文档

执行前置

安装中间编译工具

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

集成了openai-api、coze、claude、cursor、blackbox、you、bing 绘画 多款AI的聊天接口适配到 OpenAI API 标准接口服务端。

Topics

Resources

License

Stars

Watchers

Forks

Packages