Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Sexton authored and Annie Sexton committed Aug 28, 2024
1 parent 2e83be9 commit e3d499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ollama-fly-gpus.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ And you're done! Your Ollama app is now available for use.

## Connecting to your app

This Ollama app will exist separate from whatever app you're building. Since our app is private (we don't randos eating up our Fly GPU usage), we'll need to connect to it over a secure WireGuard connection. When developing locally, the easiest method is to run:
This Ollama app will exist separate from whatever app you're building. Since our app is private (we don't random people eating up our Fly GPU usage), we'll need to connect to it over a secure WireGuard connection. When developing locally, the easiest method is to run:

```cmd
fly proxy 11434:80 -a <your-app>
Expand Down

0 comments on commit e3d499b

Please sign in to comment.