Skip to content

A Simple Prototype for an LLM Enabled Todo List (With Flask as the Front End, and GPT-4-All as the LLM)

Notifications You must be signed in to change notification settings

wastella/gpt4all-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gpt4all-todo-list

A Simple Prototype for an LLM Enabled Todo List (With Flask as the Front End, and GPT-4-All as the LLM)

Usage

Clone the repository and navigate to it: git clone https://github.com/wastella/gpt4all-todo-list.git && cd gpt4all-todo-list

Get GPT-4-All Model in GGJT Format (ggjt-model.bin)

Install requirements.txt (pip install -r requirements.txt)

Run app.py with your model path as the one and only argument (python3 app.py ./ggjt-model.bin)

Credits

pyllamacpp - Python Bindings for Gpt4All

Flask Todo List Tutorial - UI is Mostly Taken from Here (Great Tutorial!)

About

A Simple Prototype for an LLM Enabled Todo List (With Flask as the Front End, and GPT-4-All as the LLM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published