From 85c463d72af200472680cc2c14ac762742ddff10 Mon Sep 17 00:00:00 2001 From: Romeo Phillips Date: Sat, 27 Jul 2024 14:22:18 -0700 Subject: [PATCH] feat: readme updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a111330..ba5049d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Meta AI is running Llama 3 LLM. - **Get Up To Date Information**: Get the latest information from the AI thanks to its connection to the internet. - **Get Sources**: Get the sources of the information provided by the AI. - **Streaming**: Stream the AI's response in real-time or get the final response. +- **Follow Conversations**: Start a new conversation or follow up on an existing one. ## Usage **Download**: @@ -73,7 +74,7 @@ print(meta.prompt("what is 2 + 2?")) print(meta.prompt("what was my previous question?")) ``` -```json +``` {'message': '2 + 2 = 4\n', 'sources': [], 'media': []} {'message': 'Your previous question was "what is 2 + 2?"\n', 'sources': [], 'media': []} ```