Skip to content

Simple Chabot built with React to talk to LLM, Agents, APIs

Notifications You must be signed in to change notification settings

vkkotha/react-agent-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

React Agent Chat

This repository contains various chat-related projects focused on implementing AI-powered conversational interfaces.

Projects

simple-chat

A lightweight chat application built with React and Tailwind CSS that connects to OpenAI's API. The goal is to maintain simplicity with everything contained in a single HTML file that can be served by any web server.

Quick Start:

  1. Navigate to the simple-chat directory
  2. Copy config.json.sample to config.json and add your OpenAI API key
  3. Start the server with python -m http.server 8000
  4. Open your browser to the provided URL http://localhost:8000

For detailed information about features, installation, configuration, and usage, please see the simple-chat README.

License

This project is licensed under the Apache License 2.0.

About

Simple Chabot built with React to talk to LLM, Agents, APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published