Skip to content

Commit d76317f

Browse files
lc0rpsrvfalse
andauthored
Update BULLETIN.md and version numbers (#5002)
Co-authored-by: lc0rp <[email protected]>
1 parent 515742e commit d76317f

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

BULLETIN.md

+13-16
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,23 @@
44
📖 *User Guide*: https://docs.agpt.co.
55
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing.
66

7-
# v0.4.4 RELEASE HIGHLIGHTS! 🚀
7+
# v0.4.5 RELEASE HIGHLIGHTS! 🚀
88
# -----------------------------
9-
## GPT-4 is back!
10-
Following OpenAI's recent GPT-4 GA announcement, the SMART_LLM .env setting
11-
now defaults to GPT-4, and Auto-GPT will use GPT-4 by default in its main loop.
9+
This release includes under-the-hood improvements and bug fixes, such as more
10+
accurate token counts for OpenAI functions, faster CI builds, improved plugin
11+
handling, and refactoring of the Config class for better maintainability.
1212

13-
### !! High Costs Warning !! 💰💀🚨
14-
GPT-4 costs ~20x more than GPT-3.5-turbo.
15-
Please take note of this before using SMART_LLM. You can use `--gpt3only`
16-
or `--gpt4only` to force the use of GPT-3.5-turbo or GPT-4, respectively,
17-
at runtime.
13+
We have also released some documentation updates, including:
1814

19-
## Re-arch v1 preview release!
20-
We've released a preview version of the re-arch code, under `autogpt/core`.
21-
This is a major milestone for us, and we're excited to continue working on it.
22-
We look forward to your feedback. Follow the process here:
23-
https://github.com/Significant-Gravitas/Auto-GPT/issues/4770.
15+
- *How to share your system logs*
16+
Visit [docs/share-your-logs.md] to learn how to how to share logs with us
17+
via a log analyzer graciously contributed by https://www.e2b.dev/
2418

25-
## Other highlights
26-
Other fixes include plugins regressions, Azure config and security patches.
19+
- *Auto-GPT re-architecture documentation*
20+
You can learn more about the inner-workings of the Auto-GPT re-architecture
21+
released last cycle, via these links:
22+
* [autogpt/core/README.md]
23+
* [autogpt/core/ARCHITECTURE_NOTES.md]
2724

2825
Take a look at the Release Notes on Github for the full changelog!
2926
https://github.com/Significant-Gravitas/Auto-GPT/releases.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agpt"
7-
version = "0.4.4"
7+
version = "0.4.5"
88
authors = [
99
{ name="Torantulino", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)