ohmplatform / FreedomGPT
- среда, 12 апреля 2023 г. в 00:14:26
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)
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.
To clone the repository, run the following command in your terminal:
git clone https://github.com/ohmplatform/freedom-gpt-electron-app.git
To install the dependencies, run the following command in your terminal:
yarn install
We are using http://localhost:8889
as the API URL, you can change it in the file
src/index.ts
To run the application, run the following command in your terminal:
yarn start
To build the application, run the following command in your terminal:
yarn package