Skip to content

Hoaveth/mindmate

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

ChatGPT OpenAI API

This was built on top of OpenAI's API. I used this repository for reference: https://github.com/ayaka14732/ChatGPTAPIFree

The API Instance is deployed to GCP (Google Cloud Platform - Cloud Run)

Host your own instance

If you'd like to run your own instance of ChatGPT API Free, you can easily do so by following these steps:

  1. Obtain an OpenAI API Key from OpenAI API Keys.
  2. Star and fork this repository on GitHub: https://github.com/ayaka14732/ChatGPTAPIFree
  3. Configure your environment variables correctly.
  4. Deploy Docker locally or on Google Cloud Run.
  5. Setup rate limit locally or using Google Cloud Armor.

HELP US MAKE AI ACCESSIBLE TO ANYONE! FEEL FREE TO MAKE IMPROVEMENTS ON THIS PROJECT 😉

  1. Create an Issue ticket.
  2. Create a branch based from 'dev' branch.
  3. After code changes, create a pull request to the 'dev' branch.
  4. Wait for a code review.

About

An AI Assistant built on top of OpenAI's API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published