wiz64 / cachyos-stacyGPT

private GPT-3 training data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacy CachyOS AI

A powerful and flexible AI Chatbot powered by GPT-3, LangChain and FAISS

Environment Setup

Run the setup command to download wiki files (markdown supported):

bash setup.sh
pip install -r requirements.txt

You’ll need to set the following environment variables:

OPENAI_API_KEY
DISCORD_TOKEN

Processing Documentation Data

  • Replit’s documentation data is stored in the directory /wiki
  • We have a Python script called process_data.py, which splits up the docs into chunks and creates embeddings.
  • After running process_data.py, you should see the vector store faiss_store.pkl and wiki.index.
  • That’s it! Now you can run main.py to get started.

Executing the bot

python main.py

Todo :

  • add remember function
  • add more data for cachyos

About

private GPT-3 training data

License:MIT License


Languages

Language:Python 96.6%Language:Shell 3.4%