Skip to content

azukiazusa1/ai-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-chat-example

This is a simple example of a AI Chat Service using OpenAI API.

Installation

# backend
cd hono-app
npm install
# frontend
cd react-app
npm install

Usage

cd hono-app
# Set your OpenAI API key
export OPENAI_API_KEY=<your key>
# Run the backend
npm run dev
cd react-app
# Run the frontend
npm start

Visit http://localhost:3000/

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published