Skip to content

GPantaleao/next-chatgpt

Repository files navigation

CHAT GPT - CLONE



ChatGPT

Read it in English

Links   |   Projeto   |   Tecnologias   |   Instalação   |  

🔗 Links

O projeto pode ser acompanhado através do link: CHATGPT - CLONE.

🎮 Projeto

ChatGPT


CHATGPT - CLONE é o projeto desenvolvido utilizando a API da OpenAI esta plataforma se consiste no clone do ChatGPT, porem com o recurso de explorar robôs de diferentes configurações.



Login


New Chat



Projeto totalmente responsivo e funcional.


Telas responsivas

🚀 Tecnologias

🔧 Instalação

  1. Renomeie o arquivo .env.example para .env e siga as instruções e links no arquivo
  2. Instale o projeto rodando o comando npm install, yarn install ou pnpm install no seu terminal
  3. Inicie o servidor da web em outro terminal, rodando npm run dev, yarn dev ou pnpm dev no seu terminal
  4. Para utilizar o aplicativo web, basta abrir http://localhost:3000 em algum browser

💡 Contribuição

  • Faça um fork desse repositório;
  • Crie um branch para a sua feature: git checkout -b minha-feature;
  • Faça um commit com suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça um push para a sua branch: git push origin minha-feature;
  • Faça um pull request com sua feature;

Pull requests são sempre bem-vindos. Em caso de dúvidas ou sugestões, crie uma issue ou entre em contato comigo.


English version


Links   |   Project   |   Technologies   |   Installation   |  

🔗 Links

The project can be followed through the link: CHAT GPT - CLONE.

🎮 Project

CHATGPT Home Page

CHAT GPT - CLONE is the project developed using the OpenAI API. This platform is a ChatGPT clone, but with the ability to explore robots of different configurations.

CHATGPT Home Page
Login
Chat with bot

Fully responsive and functional design.


Responsive Screens

🚀 Technologies

🔧 Installation

  1. Rename the .env.example file to .env and follow the instructions and links in the file
  2. Install the project by running npm install, yarn install or pnpm install in your terminal
  3. Start the web server in another terminal by running npm run dev, yarn dev or pnpm dev
  4. To use the web application, just open http://localhost:3000 in some web browser

💡 Contribution

  • Do a fork of that repository;
  • Create a branch for your feature: git checkout -b my-feature;
  • Make a commit with your changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature;
  • Make a pull request with your feature;

Pull requests are always welcome. If you have any questions or suggestions, please create an issue or contact me.


©2023 - Gustavo Silva

🔼 Back to top