You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,17 @@ To use the web interface, these requisites must be met:
40
40
1. Download [Ollama](https://ollama.com/download) and have it running. Or run it in a Docker container. Check the [docs](https://github.com/ollama/ollama) for instructions.
41
41
2. Node.js (18+) and npm is required. [Download](https://nodejs.org/en/download)
42
42
43
-
# Installation 📖
43
+
# Deploy your own to Vercel in one click ✨
44
+
45
+
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjakobhoeg%2Fnextjs-ollama-llm-ui&env=NEXT_PUBLIC_OLLAMA_URL&envDescription=Your%20Ollama%20URL)
46
+
47
+
You'll need to set your [OLLAMA_ORIGINS](https://github.com/ollama/ollama/blob/main/docs/faq.md) environment variable on your machine that is running Ollama:
48
+
49
+
```
50
+
OLLAMA_ORIGINS="https://your-app.vercel.app/"
51
+
```
52
+
53
+
# Installation to run locally 📖
44
54
45
55
To install and run a local environment of the web interface, follow the instructions below.
0 commit comments