This repository contains Jupyter notebooks for testing large language models (LLMs) using the Langchain library. The notebooks focus on various tasks such as generative agents, multiple source QA, and interactive gaming.
- Python 3.x
- Jupyter Notebook
- Langchain Library
pip install -r requirements.txt
generative_agents.ipynb
- Implementing generative agents with interactive memory.multiple_source_qa.ipynb
- Multiple source question-answering notebook.multiplayer_ded.ipynb
- Multiplayer Dungeons & Dragons implementation.web_crawl_notebook.ipynb
- Web crawler for Jupyter Notebook.
git clone https://github.com/yourusername/llm_jupyter_notebooks.git
cd llm_jupyter_notebooks
jupyter notebook
This project is licensed under the MIT License. See the LICENSE file for details.