Skip to content

Added command for Windows users #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
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.