Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update demo #128

Merged
merged 7 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
OPENAI_API_KEY="xx"
OTHER_API_KEY="yy"
MINDWARE_URL="xx"
MINDWARE_API_KEY="zz"
STRIPE_API_KEY=xx
PAYMENT_GATEWAY_URL=https://agent-payments-gateway.vercel.app/payment
CONFIG_PATH=examples/example_agent_setup.json
PRODUCT_CATALOG=examples/sample_product_catalog.txt
PRODUCT_PRICE_MAPPING=examples/example_product_price_id_mapping.json
GPT_MODEL=gpt-3.5-turbo-0613
USE_TOOLS_IN_API=True
USE_TOOLS_IN_API=True

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ We are building SalesGPT to power your best AI Sales Agents. Hence, we would lov

# Demos and Use Cases

<i>Unload AI Sales Agent Demo - Powered by SalesGPT:</i> *A New Way to Sell?* 🤔
<i>Unload AI Sales Agent Demos - Powered by SalesGPT:</i> *Our new virtual workforce?* 🤔

**Demo #1: Rachel - Mattress Sales Field Representative Outbound Sales**
**Demo #1: Sarah - Patient Coordinator at South Orange Pediatrics**

[![Rachel - Mattress Sales Field Representative](https://cdn.loom.com/sessions/thumbnails/f0fac42954904471b266980e4948b07d-with-play.gif)](https://www.loom.com/share/f0fac42954904471b266980e4948b07d)
- 100X Your Healthcare Admin with our Virtual Workforce

[![Sarah - South Orange Pediatrics Patient Coordinator](https://cdn.loom.com/sessions/thumbnails/314eb0562fda41ea94e25b267acda6f9-with-play.gif)](https://www.loom.com/share/314eb0562fda41ea94e25b267acda6f9)

**Demo #2: Ted - Autonomously create payment links and collect customer payments**

Expand Down
7 changes: 7 additions & 0 deletions examples/example_product_price_id_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ai-consulting-services": "price_1Ow8ofB795AYY8p1goWGZi6m",
"Luxury Cloud-Comfort Memory Foam Mattress": "price_1Owv99B795AYY8p1mjtbKyxP",
"Classic Harmony Spring Mattress": "price_1Owv9qB795AYY8p1tPcxCM6T",
"EcoGreen Hybrid Latex Mattress": "price_1OwvLDB795AYY8p1YBAMBcbi",
"Plush Serenity Bamboo Mattress": "price_1OwvMQB795AYY8p1hJN2uS3S"
}
Loading
Loading