ddkang1 / freedom-gpt-electron-app

The current release is only for M1 and M2 macs. We are working on Intel Mac and Windows support. Soon we'll release for all the platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freedom GPT

GitHub license

GitHub release

GitHub stars

GitHub All Releases

Table of Contents

Introduction

This is the repository for the Freedom GPT application. This application is built using Electron and React. It is a desktop application that allows users to run alpaca models on their local machine.

Prerequisites

Cloning the repository

To clone the repository, run the following command in your terminal:

git clone https://github.com/ohmplatform/freedom-gpt-electron-app.git

Installing dependencies

To install the dependencies, run the following command in your terminal:

yarn install

Changing the API URL

We are using http://localhost:8889 as the API URL, you can change it in the file src/index.ts

Running the application

To run the application, run the following command in your terminal:

yarn start

Building the application

To build the application, run the following command in your terminal:

yarn package

About

The current release is only for M1 and M2 macs. We are working on Intel Mac and Windows support. Soon we'll release for all the platforms.


Languages

Language:TypeScript 96.4%Language:CSS 3.3%Language:HTML 0.4%