forked from filip-michalsky/SalesGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
60 lines (49 loc) · 1.71 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Updates to the SalesGPT project: Building the world's best AI Sales Agents and virtual workers.
January 29, 2024
---------------
Version 0.1.1
- updated compatibility to match LangChain 0.1 including examples
- WIP of the website and API documentation.
December 10, 2023
---------------
Version 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
---------------
Version 0.0.9
- Fixed dependency on openai 1.0.0 SDK which works with our streaming module.
October 4, 2023
---------------
Version 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
---------------
Version 0.0.7
- SalesGPT is now compatible with LiteLLM - choose any closed/open-sourced LLM
to work with SalesGPT.
August 23, 2023
---------------
Version 0.0.6
- "use_tools" as a keyword argument (kwarg) is treated as STRING i.e., agent_config["use_tools"]="True"
to be consistent with JSON payloads.
- add asynchronous streaming generator.
August 18, 2023
---------------
- SalesGPT API - added chat as a service and Chinese language SalesGPT prompt, huge thanks to @janewu77!
July 29, 2023
-------------
Version 0.0.5
- Minor update, remove unneccesary verbosity from `SalesGPT.from_llm` method.
July 15, 2023
-------------
Version 0.0.4
- Added tools to SalesGPT, creating a true agent.
- Added product knowledge base as an example tool
-------------