Skip to content

Commit 46f31cb

Browse files
lc0rpPwutssrvfalse
authored
Bulletin & version update for 0.4.4 (#4937)
Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: lc0rp <[email protected]>
1 parent 4d51469 commit 46f31cb

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

BULLETIN.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Website and Documentation Site 📰📖
2-
Check out *https://agpt.co*, the official news & updates site for Auto-GPT!
3-
The documentation also has a place here, at *https://docs.agpt.co*
1+
# QUICK LINKS 🔗
2+
# --------------
3+
🌎 *Official Website*: https://agpt.co.
4+
📖 *User Guide*: https://docs.agpt.co.
5+
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing.
46

5-
# For contributors 👷🏼
6-
Since releasing v0.3.0, whave been working on re-architecting the Auto-GPT core to make it more extensible and make room for structural performance-oriented R&D.
7+
# v0.4.4 RELEASE HIGHLIGHTS! 🚀
8+
# -----------------------------
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.
712

8-
Check out the contribution guide on our wiki:
9-
https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing
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.
1018

11-
# 🚀 v0.4.3 Release 🚀
12-
We're happy to announce the 0.4.3 maintenance release, which primarily focuses on refining the LLM command execution,
13-
extending support for OpenAI's latest models (including the powerful GPT-3 16k model), and laying the groundwork
14-
for future compatibility with OpenAI's function calling feature.
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.
1524

16-
Key Highlights:
17-
- OpenAI API Key Prompt: Auto-GPT will now courteously prompt users for their OpenAI API key, if it's not already provided.
18-
- Summarization Enhancements: We've optimized Auto-GPT's use of the LLM context window even further.
19-
- JSON Memory Reading: Support for reading memories from JSON files has been improved, resulting in enhanced task execution.
20-
- Deprecated commands, removed for a leaner, more performant LLM: analyze_code, write_tests, improve_code, audio_text, web_playwright, web_requests
21-
## Take a look at the Release Notes on Github for the full changelog!
22-
https://github.com/Significant-Gravitas/Auto-GPT/releases
25+
## Other highlights
26+
Other fixes include plugins regressions, Azure config and security patches.
27+
28+
Take a look at the Release Notes on Github for the full changelog!
29+
https://github.com/Significant-Gravitas/Auto-GPT/releases.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
7+
version = "0.4.4"
88
authors = [
99
{ name="Torantulino", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)