mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-06 15:54:22 +01:00
Co-authored-by: Reinier van der Leer <github@pwuts.nl> Co-authored-by: lc0rp <2609411+lc0rp@users.noreply.github.com>
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# QUICK LINKS 🔗
|
|
# --------------
|
|
🌎 *Official Website*: https://agpt.co.
|
|
📖 *User Guide*: https://docs.agpt.co.
|
|
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing.
|
|
|
|
# v0.4.4 RELEASE HIGHLIGHTS! 🚀
|
|
# -----------------------------
|
|
## GPT-4 is back!
|
|
Following OpenAI's recent GPT-4 GA announcement, the SMART_LLM .env setting
|
|
now defaults to GPT-4, and Auto-GPT will use GPT-4 by default in its main loop.
|
|
|
|
### !! High Costs Warning !! 💰💀🚨
|
|
GPT-4 costs ~20x more than GPT-3.5-turbo.
|
|
Please take note of this before using SMART_LLM. You can use `--gpt3only`
|
|
or `--gpt4only` to force the use of GPT-3.5-turbo or GPT-4, respectively,
|
|
at runtime.
|
|
|
|
## Re-arch v1 preview release!
|
|
We've released a preview version of the re-arch code, under `autogpt/core`.
|
|
This is a major milestone for us, and we're excited to continue working on it.
|
|
We look forward to your feedback. Follow the process here:
|
|
https://github.com/Significant-Gravitas/Auto-GPT/issues/4770.
|
|
|
|
## Other highlights
|
|
Other fixes include plugins regressions, Azure config and security patches.
|
|
|
|
Take a look at the Release Notes on Github for the full changelog!
|
|
https://github.com/Significant-Gravitas/Auto-GPT/releases.
|