From 8471a61b66003195e8b3d89143c4d6cd4e5072c8 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 1 Feb 2024 20:29:41 -0800 Subject: [PATCH] Some additional documentation and instructions. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ff23c2c..10096e9 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,20 @@ The content features a conversation between two individuals discussing various t ## Structure +fabric_mill_architecture + +There are multiple ways to use `fabric`. + +1. You can just use the `/patterns` in other AI applications/websites. +2. You can build your own server and host these patterns there (plus your own) using the Mill code in `/infrastructure/server`. +3. You can use the `fabric` client to switch between these (coming soon)! + +If you are self-hosting your own Mill, the image above shows you what's going on. Basically, you are sending your input to your Fabric Mill, and your Fabric Mill then sends the input and the pattern on to OpenAI. Local model options also being added soon. + +## More Documentation + +> 👋 We are pushing hard to add lots more functionality and documentation. Please be patient and let us know what you'd like to see in Issues. Thank you! + ## Meta `fabric` was created by Daniel Miessler in January of 2024.