diff --git a/docs/modules/models/llms/integrations/llamacpp.ipynb b/docs/modules/models/llms/integrations/llamacpp.ipynb index 3d0d9a10..fec37c50 100644 --- a/docs/modules/models/llms/integrations/llamacpp.ipynb +++ b/docs/modules/models/llms/integrations/llamacpp.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Llama-cpp\n", + "\n", + "This notebook goes over how to run llama-cpp within LangChain" + ] + }, { "cell_type": "code", "execution_count": null, @@ -75,7 +84,7 @@ ], "metadata": { "kernelspec": { - "display_name": "workspace", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -89,9 +98,8 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" - }, - "orig_nbformat": 4 + "version": "3.9.1" + } }, "nbformat": 4, "nbformat_minor": 2