From 2e195f4aff26d0dcd2d0196e21917a795c44105d Mon Sep 17 00:00:00 2001 From: Muhammad Zain Attiq <142875994+Muhammadzainattiq@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:47:20 +0500 Subject: [PATCH] Added command for Windows users --- .../readme.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/20_prototype_to_production/00_prototyping/04_Colab_Ollama_Ngrok_Tunnel_Remote/readme.md b/20_prototype_to_production/00_prototyping/04_Colab_Ollama_Ngrok_Tunnel_Remote/readme.md index 62f57b4b..8fa54e17 100644 --- a/20_prototype_to_production/00_prototyping/04_Colab_Ollama_Ngrok_Tunnel_Remote/readme.md +++ b/20_prototype_to_production/00_prototyping/04_Colab_Ollama_Ngrok_Tunnel_Remote/readme.md @@ -99,11 +99,19 @@ Now that your Colab instance is running Ollama and exposed via Ngrok, you can co ```bash brew install ollama ``` + - For Windows: + You can install the ollama setup from [here](https://ollama.com/download/windows). + - Set the Ngrok app URL for local terminal connection: - ```bash - export OLLAMA_HOST="[ngrok app url here]" - ``` + -For macOS: + ```bash + export OLLAMA_HOST="[ngrok app url here]" + ``` + -For Windows: + ```bash + set OLLAMA_HOST="[ngrok app url here]" + ``` ### 2. Run Ollama Commands @@ -189,4 +197,4 @@ Would you like to know more about the history or significance of Ollama? --- -This version is structured with clear heading levels and professional language, making it easy for others to follow your instructions for setting up and accessing an Ollama instance via Google Colab and Ngrok. \ No newline at end of file +This version is structured with clear heading levels and professional language, making it easy for others to follow your instructions for setting up and accessing an Ollama instance via Google Colab and Ngrok.