Skip to content

Commit

Permalink
minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tertek committed Jul 26, 2024
1 parent 7e60827 commit d4e98ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-06-12-build-cli-with-bash-using-bashly.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags: bash,cli,yaml
tags: bash
---
## Build CLI with Bash using bashly

Expand Down
9 changes: 2 additions & 7 deletions _posts/2024-07-26-setup-anythingllm-on-digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ systemctl daemon-reload
systemctl restart ollama
```

Check if your ollama provider is accesible with telnet, from another terminal session:
```bash
telnet \<droplet-ip\> 11434
```

Install language model with ollama:
```bash
ollama pull llama3.1
Expand All @@ -139,9 +134,9 @@ ollama pull llama3.1
### Login to your anything-llm application
Navigate with your browser to \<droplet-ip\>:3001 and login with your application password (check your .env for AUTH_TOKEN)

Go to `http://\<droplet-ip\>:3001/settings/llm-preference` and verify that it looks like this:
Go to `http://<droplet-ip>:3001/settings/llm-preference` and verify that it looks like this:

![ollama llm preference in anythingllm](img/ollama-llm-preference.png)
![ollama llm preference in anythingllm](/img/ollama-llm-preference.png)



Expand Down

0 comments on commit d4e98ee

Please sign in to comment.