Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeneyan/discord-llm
Experimenting with LLMs to Research, Reflect, and Plan (LLM assistants, retrieval, and Discord integration)
https://github.com/eugeneyan/discord-llm
discord llm
Last synced: about 2 months ago
JSON representation
Experimenting with LLMs to Research, Reflect, and Plan (LLM assistants, retrieval, and Discord integration)
- Host: GitHub
- URL: https://github.com/eugeneyan/discord-llm
- Owner: eugeneyan
- License: apache-2.0
- Created: 2023-05-14T20:13:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T05:58:20.000Z (6 months ago)
- Last Synced: 2024-07-07T06:48:48.161Z (6 months ago)
- Topics: discord, llm
- Language: Jupyter Notebook
- Homepage: https://eugeneyan.com/writing/llm-experiments/
- Size: 2.35 MB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-llm
Code for [Experimenting with LLMs to Research, Reflect, and Plan](https://eugeneyan.com/writing/llm-experiments/). 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)