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
Use a pre-build package from one of the supported package managers to run a local environment of the web interface.
58
58
Alternatively you can install from source with the instructions below.
59
59
60
+
> [!NOTE]
61
+
> If your frontend runs on something other than `http://localhost` or `http://127.0.0.1`, you'll need to set the OLLAMA_ORIGINS to your frontend url.
62
+
>
63
+
> This is also stated in the [documentation](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server):
64
+
>
65
+
> `Ollama allows cross-origin requests from 127.0.0.1 and 0.0.0.0 by default. Additional origins can be configured with OLLAMA_ORIGINS`
66
+
60
67
## Install from source
61
68
62
69
**1. Clone the repository to a directory on your pc via command prompt:**
@@ -100,11 +107,11 @@ npm run dev
100
107
# Upcoming features
101
108
102
109
This is a to-do list consisting of upcoming features.
110
+
- ✅ Voice input support
111
+
- ✅ Code syntax highlighting
103
112
- ⬜️ Ability to send an image in the prompt to utilize vision language models.
104
113
- ⬜️ Ability to regenerate responses
105
114
- ⬜️ Import and export chats
106
-
- ⬜️ Voice input support
107
-
- ✅ Code syntax highlighting
108
115
109
116
# Tech stack
110
117
@@ -123,3 +130,5 @@ This is a to-do list consisting of upcoming features.
123
130
# Helpful links
124
131
125
132
[Medium Article](https://medium.com/@bartek.lewicz/launch-your-own-chatgpt-clone-for-free-on-colab-shareable-and-online-in-less-than-10-minutes-da19e44be5eb) - How to launch your own ChatGPT clone for free on Google Colab. By Bartek Lewicz.
133
+
134
+
[Lobehub mention](https://lobehub.com/blog/5-ollama-web-ui-recommendation#5-next-js-ollama-llm-ui) - Five Excellent Free Ollama WebUI Client Recommendations
0 commit comments