-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from filip-michalsky/readme-update
update readme with new video and remove verbosity from SalesGPT init method
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,16 @@ Please send an email to [the repo author](mailto:[email protected]). | |
|
||
- Sales Agent can now take advantage of **tools**, such as look up products in a product catalog! | ||
|
||
### Demo: SalesGPT Outbound Prospecting: A New Way to Sell? 🤔 | ||
### Demo: Outbound Prospecting from Crusty AI: A New Way to Sell? 🤔 | ||
|
||
<i>Crusty AI Sales Agent Phone Call Demo - Powered by SalesGPT</i> | ||
|
||
<div> | ||
<a href="https://www.loom.com/share/f0fac42954904471b266980e4948b07d"> | ||
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/f0fac42954904471b266980e4948b07d-with-play.gif"> | ||
</a> | ||
</div> | ||
|
||
https://github.com/filip-michalsky/SalesGPT/assets/31483888/2b13ba28-4e07-41dc-a8bf-4084d25247ca | ||
|
||
## Quickstart | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Version information.""" | ||
|
||
__version__ = "0.0.4" | ||
__version__ = "0.0.5" |