Skip to content

discord gpt4all: a discord chatbot using gpt4all data-set trained on a massive collection of clean assistant data including code, stories and dialogue

Notifications You must be signed in to change notification settings

9P9/gpt4all-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Discord AI using GPT4ALL

This is a chat bot that uses AI-generated responses using the GPT4ALL data-set.

How to get the GPT4ALL model!

Download the gpt4all-lora-quantized.bin file from Direct Link or [Torrent-Magnet].

Where to Put the Model:

Ensure the model is in the main directory! Along with binary

If you're using a different platform ensure you use the correct binary for your OS from:

  • GPT4ALL Then Adjust the code in index.js to fit:
let GPT = new GPT4('./ai/gpt4all-lora-quantized-win64'); //Windows
let GPT = new GPT4('./ai/gpt4all-lora-quantized-OSX-m1'); //M1 Mac/OSX
let GPT = new GPT4('./ai/gpt4all-lora-quantized-OSX-intel'); //Intel Mac/OSX
let GPT = new GPT4('./ai/gpt4all-lora-quantized-linux-x86'); //Linux

How to Run!

- npm i 
- node index.js

Related Repos: - GPT4ALL - Unmodified gpt4all Wrapper

About

discord gpt4all: a discord chatbot using gpt4all data-set trained on a massive collection of clean assistant data including code, stories and dialogue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published