eugeneyan / discord-llm

Experimenting with LLMs to Research, Reflect, and Plan (LLM assistants, retrieval, and Discord integration)

Home Page:https://eugeneyan.com/writing/llm-experiments/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-llm

Code for Experimenting with LLMs to Research, Reflect, and Plan. Disclaimer: The code is disorganized and hacky, and relies largely on LangChain's abstractions. May be useful as a reference, but not as learning material.

If you want to try this, update the .env file with your own keys. Most functionality, such as summarizing urls, sql queries on /data/books.db, and search should work right out of the box. For Q&A, you'll need to add your own custom indices.

Discord functionality

  • Summarized and ELI5 urls
  • Run basic SQL via a chain or agent
  • Run a search query via google custom search
  • Q&A on custom indices (Note: You need to add your own indices)

About

Experimenting with LLMs to Research, Reflect, and Plan (LLM assistants, retrieval, and Discord integration)

https://eugeneyan.com/writing/llm-experiments/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.2%Language:Dockerfile 0.0%Language:Makefile 0.0%