|
4 | 4 | 📖 *User Guide*: https://docs.agpt.co.
|
5 | 5 | 👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing.
|
6 | 6 |
|
7 |
| -# v0.4.4 RELEASE HIGHLIGHTS! 🚀 |
| 7 | +# v0.4.5 RELEASE HIGHLIGHTS! 🚀 |
8 | 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. |
| 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. |
12 | 12 |
|
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: |
18 | 14 |
|
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/ |
24 | 18 |
|
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] |
27 | 24 |
|
28 | 25 | Take a look at the Release Notes on Github for the full changelog!
|
29 | 26 | https://github.com/Significant-Gravitas/Auto-GPT/releases.
|
0 commit comments