From 39aade44f69c304878e621d0fe484c7202ebc841 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sun, 15 Sep 2024 19:47:43 -0700 Subject: [PATCH] Updated readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f621c48..3cfe44f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@

fabric is an open-source framework for augmenting humans using AI.

+[Updates](#updates) • [What and Why](#whatandwhy) • [Philosophy](#philosophy) • [Installation](#Installation) • @@ -28,6 +29,7 @@ ## Navigation +- [Updates](#updates) - [What and Why](#what-and-why) - [Philosophy](#philosophy) - [Breaking problems into components](#breaking-problems-into-components) @@ -46,6 +48,8 @@
+## Updates + > [!NOTE] September 15, 2024 — Lots of new stuff! > * Fabric now supports calling the new `o1-preview` model using the `-r` switch (which stands for raw. Normal queries won't work with `o1-preview` because they disabled System access and don't allow us to set `Temperature`.