From 74c4c90ae91e172b494e00250c6c84481ff6b7ee Mon Sep 17 00:00:00 2001 From: Filip Michalsky Date: Sun, 24 Mar 2024 16:05:35 -0700 Subject: [PATCH 1/3] add changelog --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a7c72fd0..eaf387b4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,11 @@ Updates to the SalesGPT project: Building the world's best AI Sales Agents and virtual workers. +March 22, 2024 +--------------- +Version 0.1.2 +- SalesGPT can now sell by negotiation with users and then sending them a stripe link to pay. +- Added SalesGPT frontend for testing + January 29, 2024 --------------- Version 0.1.1 From f4113d82c1b8bab2f950c8bf962e3503ab84d1b0 Mon Sep 17 00:00:00 2001 From: Filip Michalsky Date: Sun, 24 Mar 2024 17:11:34 -0700 Subject: [PATCH 2/3] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9adec347..828d7033 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,15 @@ We are building SalesGPT to power your best AI Sales Agents. Hence, we would lov Unload AI Sales Agent Demo - Powered by SalesGPT: *A New Way to Sell?* 🤔 -**Demo #1: Rachel - Mattress Sales Field Representative** +**Demo #1: Rachel - Mattress Sales Field Representative Outbound Sales** [![Rachel - Mattress Sales Field Representative](https://cdn.loom.com/sessions/thumbnails/f0fac42954904471b266980e4948b07d-with-play.gif)](https://www.loom.com/share/f0fac42954904471b266980e4948b07d) +**Demo #2: Ted - Autonomously create payment links and collect customer payments** + +[![Ted - Mattress Sales Representative Closing Deals](https://cdn.loom.com/sessions/thumbnails/440086e17aff42d79881a6eca147ae5e-with-play.gif)](https://www.loom.com/share/440086e17aff42d79881a6eca147ae5e) + + # Contact Us for Suggestions, Questions, or Help We are building SalesGPT to power your best AI Sales Agents. Hence, we would love to learn more about use cases you are building towards which will fuel SalesGPT development roadmap. From 2d0f619810c5d2f75c0090baa96443fdadf962c1 Mon Sep 17 00:00:00 2001 From: Filip Michalsky Date: Sun, 24 Mar 2024 17:12:00 -0700 Subject: [PATCH 3/3] update version --- salesgpt/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salesgpt/version.py b/salesgpt/version.py index 8f369d38..9a7ab02f 100644 --- a/salesgpt/version.py +++ b/salesgpt/version.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.1.1" +__version__ = "0.1.2"