8000 GitHub - davidgs/arc-jet-chat: A Sarcastic Chatbot using OpenAI and ArcJet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidgs/arc-jet-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Sarcastic Chat Bot using OpenAI's GPT-3.5 turbo and secured with ArcJet's API

This project was bootstrapped with Create React App.

I use yarn instead of npm but you're welcome to use whichever one you prefer.

File structure:

├── LICENSE
├── README.md
├── images
│   ├── chat-dark.png
│   └── chat.png
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── src
│   ├── App.test.tsx
│   ├── App.tsx
│   ├── Chat.tsx
│   ├── components
│   │   └── DarkMode.tsx
│   ├── images
│   │   ├── chatbot.png
│   │   └── user.png
│   ├── index.tsx
│   ├── logo.svg
│   ├── react-app-env.d.ts
│   ├── reportWebVitals.ts
│   ├── setupTests.ts
│   └── styles
│       ├── App.css
│       ├── ChatInterface.css
│       └── index.css
├── tsconfig.json
└── yarn.lock

7 directories, 27 files

See the Client Readme for more detailed information about the client app.

See the Server Readme for more detailed information about the server.

License

All of the code is released under the MIT license. See the LICENSE file for details.

About

A Sarcastic Chatbot using OpenAI and ArcJet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0