Skip to content

Bubuclem/electron-gpt

Repository files navigation

electron-gpt

This repository is a clone of the electron/electron-quick-start repository.

The project is a simplified chatbot using OpenAI's GPT (Generative Pre-trained Transformer) model.

logo made by DALL·E

Capture d'écran 1

Getting Started

To get started with this project, clone this repository and follow the steps below.

Prerequisites

Installation

  1. Clone this repository:
git clone https://github.com/Bubuclem/electron-gpt.git 
  1. Install the dependencies:
cd electron-gpt
npm install 
  1. Set OPENAI_API_KEY=sk-XXXXXX in your environment variables.

Usage

  1. Start the application:
electron-forge start
  1. Type in a message and press enter to send it to the chatbot.

The chatbot will respond with a generated message based on the GPT model.