MyGit
🚩收到GitHub仓库的更新通知

ohmplatform/FreedomGPT

Fork: 341 Star: 2547 (更新于 2024-05-02 16:45:51)

license: GPL-3.0

Language: TypeScript .

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

最后发布版本: v3.0.0 ( 2024-04-13 04:29:16)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Freedom GPT

GitHub license

GitHub release

GitHub stars

GitHub All Releases

Join our Discord Community

Join our Discord Server to get the latest updates and to interact with the community.

Discord

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

If you want to contribute to the project

Working with the repository

git clone --recursive https://github.com/ohmplatform/FreedomGPT.git freedom-gpt
cd freedom-gpt
yarn install

Building the llama.cpp library

Building from Source (MacOS/Linux)

cd llama.cpp
make

Building from Source (Windows)

cd llama.cpp
cmake .
cmake --build . --config Release
  • You should now have a Release folder with a main.exe file inside it. You can run this file to test the chat client.

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

⦻ Make sure you are in the root directory of the project.

Dockerizing the application

To run the docker image, run the following command in your terminal:

docker pull freedomgpt/freedomgpt
docker run -d -p 8889:8889 freedomgpt/freedomgpt

If you want to build the docker image yourself, run the following command in your terminal:

docker build -t freedomgpt/freedomgpt .

OR

yarn docker

Credits

This project utilizes several open-source packages and libraries, without which this project would not have been possible:

"llama.cpp" - C++ library. https://github.com/ggerganov/llama.cpp

"LLAMA" by Facebook Research - a low-latency, large-scale approximate nearest neighbor search algorithm. https://github.com/facebookresearch/llama

"Chatbot UI" - https://github.com/mckaywrigley/chatbot-ui

We would like to express our gratitude to the developers of these packages and their contributors for making their work available to the public under open source licenses. Their contributions have enabled us to build a more robust and efficient project.

LICENSE

See the LICENSE file.

最近版本更新:(数据更新于 2024-05-06 01:48:07)

2024-04-13 04:29:16 v3.0.0

2023-12-23 01:23:02 v2.5.1

2023-08-26 12:35:48 v2.0.1

2023-08-25 14:28:45 v2.0.0

2023-05-07 02:14:01 v1.1.3

2023-03-29 21:52:38 v1.1.2

主题(topics):

electron, gpt, llm, react

ohmplatform/FreedomGPT同语言 TypeScript最近更新仓库

2024-05-15 17:18:08 lobehub/lobe-chat

2024-05-15 05:56:38 immich-app/immich

2024-05-15 00:11:53 vuetifyjs/vuetify

2024-05-14 22:19:52 OneUptime/oneuptime

2024-05-14 21:00:30 cowprotocol/cowswap

2024-05-14 17:37:41 ChatGPTNextWeb/ChatGPT-Next-Web