Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ngrok command updated to specify host header
  • Loading branch information
AugustDev authored Apr 14, 2024
1 parent 80f27f2 commit cff78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You're done! Make a prompt.
2. Install ngrok forward your Ollama server to make it accessible publicly

```shell
ngrok http 11434
ngrok http 11434 --host-header="localhost:11434"
```

3. Copy "Forwarding" URL that will look something like `https://b377-82-132-216-51.ngrok-free.app`. Your Ollama server API is now accessible through this temporary URL.
Expand Down

0 comments on commit cff78d3

Please sign in to comment.