Skip to content

Commit

Permalink
add running cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid committed Sep 19, 2023
1 parent b681d21 commit dbb3525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/chatbot/demo_launch_app_cpu_openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion example/chatbot/demo_model_comparator_cpu_openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dbb3525

Please sign in to comment.