The Wayback Machine - https://web.archive.org/web/20230411095815/https://github.com/ohmplatform/FreedomGPT
Skip to content

This codebase is for an React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface (based on Alpaca Lora)

ohmplatform/FreedomGPT

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 25, 2023 13:39
src
April 4, 2023 14:48
March 20, 2023 16:17
April 4, 2023 14:48
March 23, 2023 02:32
March 20, 2023 16:17
March 20, 2023 16:17
April 4, 2023 14:48

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

This codebase is for an React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface (based on Alpaca Lora)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published