From 96a2fdbb57d240606ec9fb5d9818d982e9b5b08c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 5 Aug 2023 19:15:20 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7c3b1..318e218 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ Note: this is a fun project, not a serious one. Be warned! ## What is μAGI? + +https://github.com/mudler/microAGI/assets/2420543/f0371f24-f77c-4324-b4a0-23ecef56893a + + + +https://github.com/mudler/microAGI/assets/2420543/19f936ea-9fa5-4d91-9cdf-006a42dd9a0c + + + + It is a dead simple experiment to show how to tie the various LocalAI functionalities to create a virtual assistant that can do tasks. It is simple on purpose, trying to be minimalistic and easy to understand and customize for everyone. It is different from babyAGI or AutoGPT as it uses [LocalAI functions](https://localai.io/features/openai-functions/) - it is a from scratch attempt built on purpose to run locally with [LocalAI](https://localai.io) (no API keys needed!) instead of expensive, cloud services. It sets apart from other projects as it strives to be small, and easy to fork on. @@ -143,4 +153,4 @@ Run docker-compose with main.py checked-out: ```bash docker-compose run -v main.py:/app/main.py -i --rm microagi -``` \ No newline at end of file +```