Skip to content

No backend, no login, vanilla ChatGPT-like interface with scaffolded code for immediate deployment

Notifications You must be signed in to change notification settings

String-sg/chergpt-humanities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chergpt-basic: custom chat assistant

No login, vanilla ChatGPT-like interface with scaffolded code for immediate deployment Test deployment for IMH education office

Features

  • Set custom instructions to guide student interactions
  • [WIP] Trigger immediate summaries of learning insights at the end of the session

Need to gate access with a simple global password? See here

How to setup backend

A) NeonDB You can follow instructions on NeonDB here: https://start.open.gov.sg/docs/getting-started/prerequisites
B) CockroachDB

  • Create a CockroachDB Serverless cluster (free)
  • Sign up for a CockroachDB Cloud account.
  • Log in to your CockroachDB Cloud account.
  • On the Clusters page, click Create Cluster.
  • On the Create your cluster page, select Serverless.
  • Click Create cluster.

Your cluster will be created in a few seconds and the Create SQL user dialog will display.

For either (A) or (B), copy the URL and put it as DB_CONNECTION = "{DB connection String}" under secrets.toml

About

No backend, no login, vanilla ChatGPT-like interface with scaffolded code for immediate deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%