Skip to content
/ chat Public
forked from swuecho/chat

chatgpt web app for teams, sass or self hosting

Notifications You must be signed in to change notification settings

just4lee/chat

 
 

Repository files navigation

规则

  • 第一个消息是系统消息(prompt)
  • 上下文默认附带最新创建的10条消息
  • 第一个注册的用户是管理员
  • 默认限流 100 chatGPT call /10分钟 (OPENAI_RATELIMIT=100)

如何部署

参考 docker-compose.yaml

致谢

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)

How to Deploy

Refer to docker-compose.yaml

Acknowledgments

About

chatgpt web app for teams, sass or self hosting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 33.7%
  • Vue 30.7%
  • TypeScript 21.5%
  • Less 7.5%
  • Python 3.1%
  • HTML 2.4%
  • Other 1.1%