From adb2dd48b491e748f5ae5e3e34eeaaaa515ef48b Mon Sep 17 00:00:00 2001 From: Christian Boulanger <info@bibliograph.org> Date: Wed, 17 Jan 2024 22:10:25 +0100 Subject: [PATCH] Updates --- langchain-experiments/compare-models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain-experiments/compare-models.ipynb b/langchain-experiments/compare-models.ipynb index f9ebba8..3e9f2dd 100644 --- a/langchain-experiments/compare-models.ipynb +++ b/langchain-experiments/compare-models.ipynb @@ -5,7 +5,7 @@ "source": [ "# Comparing OpenAI and open LLMs\n", "\n", - "Using the [text-only content of the website of the journal AUR - Agrar- und Umweltrecht](langchain-experiments/data/input/journal-website.txt), \n", + "Using the [text-only content of the website of the journal AUR - Agrar- und Umweltrecht](data/input/journal-website.txt), \n", "we compare the performance of GPT-4, GPT-3.5-turbo and Models available on Huggingface.\n", "\n", "## Preparation\n", -- GitLab