From f264211550bb207298d68909f4d3ab6b2c149ada Mon Sep 17 00:00:00 2001
From: Logan Markewich <logan.markewich@live.com>
Date: Thu, 20 Jul 2023 16:38:12 -0600
Subject: [PATCH] link to llama2 demo

---
 apps/docs/docs/end_to_end.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/docs/docs/end_to_end.md b/apps/docs/docs/end_to_end.md
index 13a0b4150..d30ad1675 100644
--- a/apps/docs/docs/end_to_end.md
+++ b/apps/docs/docs/end_to_end.md
@@ -22,6 +22,10 @@ Create a vector index and query it. The vector index will use embeddings to fetc
 
 Create an OpenAI LLM and directly use it for chat. 
 
+## [Llama2 DeuceLLM](https://github.com/run-llama/LlamaIndexTS/blob/main/apps/simple/llamadeuce.ts)
+
+Create a Llama-2 LLM and directly use it for chat.
+
 ## [SubQuestionQueryEngine](https://github.com/run-llama/LlamaIndexTS/blob/main/apps/simple/subquestion.ts)
 
 Uses the `SubQuestionQueryEngine`, which breaks complex queries into multiple questions, and then aggreates a response across the answers to all sub-questions.
-- 
GitLab