Skip to content

Commit

Permalink
Improve the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Feb 29, 2024
1 parent 68c8c15 commit 9fd6444
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ await bob.brain.discover();
const _prompt = "list the planets of the solar sytem";
await bob.think(_prompt, { temperature: 0.2 });
```

## Libraries

Powered by:

- [Nanostores](https://github.com/nanostores/nanostores) for the state management and reactive variables
- [LocalLm](https://github.com/synw/locallm) for the inference servers management
- [Modprompt](https://github.com/synw/modprompt) for the templates management

0 comments on commit 9fd6444

Please sign in to comment.