mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix installation bug
This commit is contained in:
parent
08f610b33d
commit
4afe5cbdb2
1 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ npm install
|
|||
### 2. Build the extension
|
||||
|
||||
```
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
|
|
@ -62,7 +63,7 @@ ollama run hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M
|
|||
Start Ollama with appropriate network settings:
|
||||
|
||||
```
|
||||
OLLAMA_ORIGINS=* ollama serve --host 0.0.0.0
|
||||
OLLAMA_ORIGINS=* OLLAMA_HOST=0.0.0.0 ollama serve
|
||||
```
|
||||
|
||||
This:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue