[mod] glance
This commit is contained in:
parent
13ac0c5056
commit
8bf8c9121c
2 changed files with 14 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
- url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default
|
||||
- url: https://forgejo.org/rss.xml
|
||||
- url: https://feeds.feedburner.com/servethehome
|
||||
- url: https://nicholas.carlini.com/writing/feed.xml
|
||||
- url: https://www.notebookcheck.net/RSS-Feed-Notebook-Reviews.8156.0.html
|
||||
|
||||
- type: twitch-channels
|
||||
channels:
|
||||
|
@ -72,6 +74,9 @@
|
|||
|
||||
- type: markets
|
||||
markets:
|
||||
- symbol: TRI
|
||||
- symbol: BMY.L
|
||||
- symbol: ^FTSE
|
||||
- symbol: SPY
|
||||
name: S&P 500
|
||||
- symbol: BTC-USD
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
|
||||
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
A[Start] --> B[Process]
|
||||
B --> C[Decision]
|
||||
C -->|Yes| D[End]
|
||||
C -->|No| E[Loop Back to B]
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue