https://github.com/lucianookdp/react-ai-chatbot
Chatbot de IA feito em React + Tailwind CSS, apenas front-end, criado para testes e aprendizado com a API OpenRouter.
https://github.com/lucianookdp/react-ai-chatbot
ai chatbot chatgpt ia openrouter react tailwindcss
Last synced: 12 months ago
JSON representation
Chatbot de IA feito em React + Tailwind CSS, apenas front-end, criado para testes e aprendizado com a API OpenRouter.
- Host: GitHub
- URL: https://github.com/lucianookdp/react-ai-chatbot
- Owner: lucianookdp
- Created: 2025-04-13T21:07:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T21:14:29.000Z (about 1 year ago)
- Last Synced: 2025-07-03T00:03:28.514Z (about 1 year ago)
- Topics: ai, chatbot, chatgpt, ia, openrouter, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Como usar
Rode o comando `npm install` para instalar as dependências.
Depois, acesse [https://openrouter.ai/keys](https://openrouter.ai/keys) e gere sua chave de API.
Troque a API key do openaiChat.js, const API_KEY = "SUA_API_KEY_AQUI";
Rode o comando `npm run dev`.