From b4bd168cedf52e2b45e67a9badc8ee8635f817c7 Mon Sep 17 00:00:00 2001
From: Rodrigo Nogueira <121117945+rodrigo-f-nogueira@users.noreply.github.com>
Date: Thu, 22 Feb 2024 14:23:19 -0300
Subject: [PATCH] community: fix maritalk notebook links and markdown cell type
 (#11290)

---
 docs/examples/llm/maritalk.ipynb | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/examples/llm/maritalk.ipynb b/docs/examples/llm/maritalk.ipynb
index b5d18c895..8f48b6d1c 100644
--- a/docs/examples/llm/maritalk.ipynb
+++ b/docs/examples/llm/maritalk.ipynb
@@ -10,7 +10,7 @@
     "\n",
     "## Introduction\n",
     "\n",
-    "MariTalk is an assistant developed by the Brazilian company [Maritaca AI](www.maritaca.ai).\n",
+    "MariTalk is an assistant developed by the Brazilian company [Maritaca AI](https://www.maritaca.ai).\n",
     "MariTalk is based on language models that have been specially trained to understand Portuguese well.\n",
     "\n",
     "This notebook demonstrates how to use MariTalk with llama-index through a simple example."
@@ -30,8 +30,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "%pip install llama-index-llms-maritalk\n",
-    "!pip install llama-index"
+    "!pip install llama-index\n",
+    "!pip install llama-index-llms-maritalk"
    ]
   },
   {
@@ -80,10 +80,8 @@
    ]
   },
   {
-   "cell_type": "code",
-   "execution_count": null,
+   "cell_type": "markdown",
    "metadata": {},
-   "outputs": [],
    "source": [
     "### Few-shot examples\n",
     "\n",
-- 
GitLab