Skip to content

tokenburner-ai/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Chat

AI chat feature for the tokenburner suite. Streaming replies via AWS Bedrock, conversation history in DynamoDB, single-file HTML UI.

Install

git clone https://github.com/tokenburner-ai/stack.git
cd stack
python3 tokenburner.py install --features chat

Standalone

The base stack must be deployed first. Then:

cd cdk
AWS_PROFILE=<profile> \
  CDK_DEFAULT_ACCOUNT=$(AWS_PROFILE=<profile> aws sts get-caller-identity --query Account --output text) \
  CDK_DEFAULT_REGION=us-west-2 \
  npx cdk deploy tokenburner-chat --require-approval never

See tokenburner.md for the full feature spec.

About

AI chat feature for the tokenburner stack (Bedrock streaming + DynamoDB history)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors