Skip to content

Commit 005c8aa

Browse files
authored
Merge pull request #61 from jakobhoeg/jakobhoeg-readme
docs: update readme
2 parents 2200c36 + 0b4e675 commit 005c8aa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ OLLAMA_ORIGINS="https://your-app.vercel.app/"
5757
Use a pre-build package from one of the supported package managers to run a local environment of the web interface.
5858
Alternatively you can install from source with the instructions below.
5959

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+
6067
## Install from source
6168

6269
**1. Clone the repository to a directory on your pc via command prompt:**
@@ -100,11 +107,11 @@ npm run dev
100107
# Upcoming features
101108

102109
This is a to-do list consisting of upcoming features.
110+
- ✅ Voice input support
111+
- ✅ Code syntax highlighting
103112
- ⬜️ Ability to send an image in the prompt to utilize vision language models.
104113
- ⬜️ Ability to regenerate responses
105114
- ⬜️ Import and export chats
106-
- ⬜️ Voice input support
107-
- ✅ Code syntax highlighting
108115

109116
# Tech stack
110117

@@ -123,3 +130,5 @@ This is a to-do list consisting of upcoming features.
123130
# Helpful links
124131

125132
[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

Comments
 (0)