Skip to content

Commit

Permalink
Add web-based chat application using TypeScript, Drizzle ORM, Hono we…
Browse files Browse the repository at this point in the history
…b framework, and OpenAI's GPT for generating chat responses and titles
  • Loading branch information
yasuaki640 committed Mar 3, 2024
1 parent 1d5d25c commit e52b735
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# gpt-web-client

This project is a web-based chat application that utilizes technologies such as TypeScript, Drizzle ORM, Hono web framework, and OpenAI's GPT for generating chat responses and titles. It supports creating chat rooms, sending messages within those rooms, and dynamically generating room titles based on the chat content.

This is only a sample application and should never be used for production purposes.

## Usage

```
npm install
npm run dev
```

```
npm run deploy
```

0 comments on commit e52b735

Please sign in to comment.