A website made with React for Gector.ai
- Coming soon...
This is a web application that uses OpenAI Library to provide a chat interface with an AI assistant that has expertise in gaming, anime, or other stuff.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/NeutralSen/Gector.ai-Web.git cd Gector.ai-Web -
Install the dependencies:
npm install
-
Create a .env file in the root directory and add your Compatible OpenAI API key and Endpoint:
REACT_APP_API_KEY=your_apikey_here REACT_APP_API_ENDPOINT=your_endpoint_here
-
Start the development server:
npm start
-
Open your browser and navigate to:
http://localhost:3000
You should now see the Gector.ai-Web application running. You can interact with the AI assistant through the chat interface.