Skip to content

grav/tjat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tjat

A simple, fully browser-based LLM completion client featuring:

  • integration to multiple providers and models
  • chat history via InstantDB

Try it here: https://betafunk.dk/tjat

FAQ

Q: Does this app steal my API keys?

A: No, keys are stored locally, and only submitted to model providers

Q: How do I save my chat history?

A: Go to InstantDB, create a new app, and copy the app-id into Tjat's settings.

Q: Can people read my chat history?

A: Only if they can guess your InstantDB app-id!

Developing

Pre-requisites

cd app
npm i

Building and running

$ npx shadow-cljs server

In a repl:

(shadow/watch :app)

Visit http://localhost:8000

Deploying

Check out the deploy.sh script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published