From e51eec6f63126dd94e8992702db1cd792888ca1c Mon Sep 17 00:00:00 2001 From: Binfeng Xu <65674752+billxbf@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:05:06 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 190f66a..64488a4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ The brain of Agents. It uses a strong LLM for chained reasoning, whereas each re CORE FEATURES. + +![image](https://github.com/Gentopia-AI/Gentopia/assets/65674752/5e7aa60b-1b57-41c6-a529-274d5fb74f73) + + - Gentopia, should provide various stable base LLMs, including API-driven ones like `gpt-4`, and open LLMs. - Gentopia should provide well-organized prompt template supporting in-context instructions everywhere. - Gentoia should provide a high level Data Model to be passed across multiple Agent calls.