Skip to content

Develop a lightweight web dialogue platform based on chatgpt3.5

Notifications You must be signed in to change notification settings

YuZongYangHi/openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A web platform developed based on openai engine

image

Requirements

  • Go 1.19.7
  • Node v16.13+
  • MySQL 5.7+
  • Antd Pro v5
  • Antd v5
  • umijs v4

Installation

Backend

Install using go...

# cat config.yaml
    proxy:
      url: "http://0.0.0.0:0000/send_message"
      token: ""
    db:
      user: ""
      host: ""
      port:
      password: ""
      name: "openai"

# cd migrations/ && load sql

# run main 
go run main.go

Frontend

cd openai-fe && tyarn && tyarn start

About

Develop a lightweight web dialogue platform based on chatgpt3.5

Resources

Stars

Watchers

Forks

Packages

No packages published