- 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 ---------------
0.1.1
- updated compatibility to match LangChain 0.1 including examples - WIP of the website and API documentation.
December 10, 2023 ---------------
0.1.0
- Migrated dependency management to Poetry. - added makefile for easy installation and testing. - expanded compatibility for python 3.8, 3.9, 3.10, and 3.11 - detailed installation + contribution instructions
November 25, 2023 ---------------
0.0.9
- Fixed dependency on openai 1.0.0 SDK which works with our streaming module.
October 4, 2023 ---------------
0.0.8
- Improved streaming endpoint, now accessible with simple `stream=True` kwarg. - Fixed dependency issues with `pydantic` version. - Removed the duplicate calling of `model_name`. - Improved docstrings. - Split `requirements.txt` into dev and production requirements.
September 8, 2023 ---------------
0.0.7
- SalesGPT is now compatible with LiteLLM - choose any closed/open-sourced LLM to work with SalesGPT.