Skip to content
/ chat Public
forked from swuecho/chat

gpt chat web app for teams, sass or self hosting, support openai, claude model

Notifications You must be signed in to change notification settings

dallascao/chat

 
 

Repository files navigation

Demo

video.webm

Screenshot 2023-04-12 at 12 43 31

规则

  • 第一个消息是系统消息(prompt)
  • 上下文默认附带最新创建的10条消息
  • 第一个注册的用户是管理员
  • 默认限流 100 chatGPT call /10分钟 (OPENAI_RATELIMIT=100)
  • 支持OPEN AI, Claude 模型 免费申请链接

如何部署

参考 docker-compose.yaml

致谢

LICENCE: MIT

How to Use

  • The first message is a system message (prompt)
  • by default, the latest 10 messages are context
  • First user is superuser.
  • 100 chatgpt api call / 10 mins (OPENAI_RATELIMIT=100)
  • Support OPEN AI, Claude model free application link

How to Deploy

Refer to docker-compose.yaml

Acknowledgments

About

gpt chat web app for teams, sass or self hosting, support openai, claude model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 34.8%
  • Vue 29.8%
  • TypeScript 21.3%
  • Less 7.2%
  • Python 3.6%
  • HTML 2.3%
  • Other 1.0%