/llm_jupyter_notebooks

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.

Primary LanguageJupyter Notebook

LLM Jupyter Notebooks

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.

Dependencies

  • Python 3.x
  • Jupyter Notebook
  • Langchain Library

Installation

pip install -r requirements.txt

Notebooks

  1. generative_agents.ipynb - Implementing generative agents with interactive memory.
  2. multiple_source_qa.ipynb - Multiple source question-answering notebook.
  3. multiplayer_ded.ipynb - Multiplayer Dungeons & Dragons implementation.
  4. web_crawl_notebook.ipynb - Web crawler for Jupyter Notebook.

Usage

git clone https://github.com/yourusername/llm_jupyter_notebooks.git
cd llm_jupyter_notebooks
jupyter notebook

License

This project is licensed under the MIT License. See the LICENSE file for details.