Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjmcghee authored Jan 25, 2024
1 parent df024f1 commit ea7f064
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ I show an example `settings.json` in [Settings](#settings)
_Note: Something not work properly? I won't know! Please log an issue or take a crack at fixing it yourself and
submitting a PR! Have feature ideas? Log an issue!_

## Demo using Ollama
## Demo showing concept of Triggers, and the new flexible system

<a href="https://www.loom.com/share/fed267e695d145c88e6bff7e631da8e0">
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/fed267e695d145c88e6bff7e631da8e0-with-play.gif">
<a href="https://www.loom.com/share/d3adddc37c2e4c8daeef11255c0135ea">
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/d3adddc37c2e4c8daeef11255c0135ea-with-play.gif">
</a>

(in the video I mention [rem](https://github.com/jasonjmcghee/rem), another project I'm working on)

## Demo using GPT-3.5 and GPT-4

<a href="https://www.loom.com/share/756220f3f5e249d5b4d5b759e9f9add3">
Expand All @@ -38,6 +36,14 @@ submitting a PR! Have feature ideas? Log an issue!_
If you are going to use this with remote APIs, consider environment variables for your API keys... make sure they exist
wherever you launch, or directly embed them (just don't push that code anywhere)

## (Original) Demo using Ollama

<a href="https://www.loom.com/share/fed267e695d145c88e6bff7e631da8e0">
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/fed267e695d145c88e6bff7e631da8e0-with-play.gif">
</a>

(in the video I mention [rem](https://github.com/jasonjmcghee/rem), another project I'm working on)

## Getting Started

Install [ollama](https://github.com/jmorganca/ollama) and make sure to run `ollama pull openhermes2.5-mistral` or swap
Expand Down

0 comments on commit ea7f064

Please sign in to comment.