Giter Site home page Giter Site logo

zuofuhong / chatgpt-im Goto Github PK

View Code? Open in Web Editor NEW
71.0 1.0 24.0 3.99 MB

实时通讯 IM 系统接入 ChatGPT completion API 的绝佳实践案例

License: Apache License 2.0

Go 9.24% HTML 2.97% CSS 0.71% JavaScript 83.52% Makefile 0.02% Vue 3.33% Rust 0.20%

chatgpt-im's Introduction

ChatGPT 聊天机器人的 IM 系统

实时通讯 IM 系统接入 ChatGPT completion API 的绝佳实践案例,在会话中接入 OpenAI 最新发布的 Chat completion API,可以回答各种问题,像 ChatGPT 一样灵性。

架构设计

功能特性

  • 1.A 新增好友列表
  • 2.A 新增 web 模块,提供 RESTFul API 接口,可以用来注册设备、创建群组、添加用户、添加好友等。
  • 3.A Web 聊天室在 frontend/web-im 目录中提供一个 H5 实现的聊天室(仅测试过:chrome 浏览器)。
  • 4.A 使用嵌入数据库 Bolt 作为数据源,免去用户环境搭建,同时内置演示数据,方便体验
  • 5.A 新增接入 OpenAI 云端 API 服务,实现类似 ChatGPT 的聊天机器人,可以回答各种问题
  • 6.A 新增接入 OpenAI 最新发布的 Chat completion API,回答问题像 ChatGPT 一样灵性
  • 7.A 新增接入 OpenAI 最新发布的 Whisper API 实现语音转文字
  • 8.A 新增 ChatGPT IM 桌面端,使用 tauri 构建的桌面应用程序

演示 Demo

B站视频https://www.bilibili.com/video/BV1eM41147jN/

Web 网页端 web-im

测试数据:

# 熊大
http://localhost:63342/go-IM/example/web-im/index.html?uid=1629770111088857088

# 熊二
http://localhost:63342/go-IM/example/web-im/index.html?uid=1629770216865009664

# 光头强
http://localhost:63342/go-IM/example/web-im/index.html?uid=1629769779311022080

桌面应用

app-im

开发

1.Server 端

cd backend
# 默认运行在 127.0.0.1:8080
go run main.go

2.Web 端

cd frontend/web-im

# 浏览器打开 index.html
http://localhost:63342/go-IM/example/web-im/index.html?uid=1629770111088857088

3.桌面端

# 开发模式
cargo tauri dev

# 构建安装包
cargo tauri build

博客

License

This project is licensed under the Apache 2.0 license.

chatgpt-im's People

Contributors

zuofuhong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chatgpt-im's Issues

Bug?

func WSHandler(w http.ResponseWriter, r *http.Request) {
conn, e := upgrader.Upgrade(w, r, nil)
if e != nil {
log.Print(e)
return
}
ctx := NewConnContext(conn)
ctx.DoConn()

messageChan := make(chan defs.MessageItem)
pushChan = &messageChan
service.MessageService.PushChan = pushChan
DoSend()

}

ctx.DoConn()里面是 无限循环, 下面的 几行能走到吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.