From dbb352544992e231249e2dddd5a97c1ee31132c9 Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Tue, 19 Sep 2023 16:29:26 -0700 Subject: [PATCH] add running cmd --- example/chatbot/demo_launch_app_cpu_openai.ipynb | 2 +- example/chatbot/demo_model_comparator_cpu_openai.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/chatbot/demo_launch_app_cpu_openai.ipynb b/example/chatbot/demo_launch_app_cpu_openai.ipynb index cdae33b..2e3d245 100644 --- a/example/chatbot/demo_launch_app_cpu_openai.ipynb +++ b/example/chatbot/demo_launch_app_cpu_openai.ipynb @@ -10,7 +10,7 @@ "\n", "\n", "### Prerequisites\n", - "To run this jupyter notebook, you need an `rag` environment. You can follow [the installation guide](https://github.com/CambioML/pykoi/tree/install#option-1-rag-cpu) to set up the environment. \n", + "To run this jupyter notebook, you need a `pykoi` environment with the `rag` option. You can follow [the installation guide](https://github.com/CambioML/pykoi/tree/install#option-1-rag-cpu) to set up the environment. \n", "\n", "You may also need `pip install ipykernel` to run the kernel environment.\n", "\n", diff --git a/example/chatbot/demo_model_comparator_cpu_openai.ipynb b/example/chatbot/demo_model_comparator_cpu_openai.ipynb index ed1031c..80a4ff9 100644 --- a/example/chatbot/demo_model_comparator_cpu_openai.ipynb +++ b/example/chatbot/demo_model_comparator_cpu_openai.ipynb @@ -9,7 +9,7 @@ "`pykoi` provides simple API to compare between LLMs, including your own finetuned LLM, a pretrained LLM from huggingface, or OpenAI/Anthropic/Bedrock APIs. This demo shows how to create and launch an LLM comparison app for OpenAI/Anthropic/Bedrock APIs. Let's get started!\n", "\n", "### Prerequisites\n", - "To run this jupyter notebook, you need an `rag` environment. You can follow [the installation guide](https://github.com/CambioML/pykoi/tree/install#option-1-rag-cpu) to set up the environment. \n", + "To run this jupyter notebook, you need a `pykoi` environment with the `rag` option. You can follow [the installation guide](https://github.com/CambioML/pykoi/tree/install#option-1-rag-cpu) to set up the environment. \n", "\n", "You may also need `pip install ipykernel` to run the kernel environment.\n", "\n",