From 6ae1352d1e15f4f9646f1705a97a212237efa444 Mon Sep 17 00:00:00 2001 From: maglore9900 <78699112+maglore9900@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:36:40 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67fafe6..a1ef12f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ this is a personal project to create a voice directed digital assistant based on the max headroom character. +![alt text]([https://www.cartoonbrew.com/wp-content/uploads/2013/05/maxheadroom_main-1280x600.jpg]) + written in python, using langchain, langgraph, etc. it currently will respond as an LLM like usual, but can also control spotify From a69bb5833d6e8e1d85134e7b09c89a42f142b821 Mon Sep 17 00:00:00 2001 From: maglore9900 <78699112+maglore9900@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:38:34 -0400 Subject: [PATCH 2/3] Update README.md From b3e5ecce327e8fcb6c013743064e0a34fffb0573 Mon Sep 17 00:00:00 2001 From: maglore9900 <78699112+maglore9900@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:39:51 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ef12f..8859695 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ this is a personal project to create a voice directed digital assistant based on the max headroom character. -![alt text]([https://www.cartoonbrew.com/wp-content/uploads/2013/05/maxheadroom_main-1280x600.jpg]) +![alt text](https://www.cartoonbrew.com/wp-content/uploads/2013/05/maxheadroom_main-1280x600.jpg) written in python, using langchain, langgraph, etc.