Replies: 4 comments 4 replies
-
Yeah it’s coming back. I actually made it already in go with a web frontend but it kind of sucks at the moment. It’s a work in progress.
…On Aug 21, 2024 at 5:41 AM -0400, Ori ***@***.***>, wrote:
Result of fabric --help. No gui option. I watched this video
New Fabric GUI! AI Augmentation of Crowdsourced #Cybersecurity Job Market Analysis #fabric #ai - YouTube. But it says that fabric --gui will start the gui mode. But I don't have the gui option
fabric --help ─╯
Usage:
fabric [OPTIONS]
Application Options:
-p, --pattern= Choose a pattern
-C, --context= Choose a context
--session= Choose a session
-S, --setup Run setup
--setup-skip-update-patterns Skip update patterns at setup
-t, --temperature= Set temperature (default: 0.7)
-T, --topp= Set top P (default: 0.9)
-s, --stream Stream
-P, --presencepenalty= Set presence penalty (default: 0.0)
-F, --frequencypenalty= Set frequency penalty (default: 0.0)
-l, --listpatterns List all patterns
-L, --listmodels List all available models
-x, --listcontexts List all contexts
-X, --listsessions List all sessions
-U, --updatepatterns Update patterns
-c, --copy Copy to clipboard
-m, --model= Choose model
-o, --output= Output to file
-n, --latest= Number of latest patterns to list (default: 0)
-d, --changeDefaultModel Change default pattern
Help Options:
-h, --help Show this help message
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey! so actually i already wrote a go api with a web frontend but its not working well yet. Its coming I promise. It will expose a bunch of awesome endpoints and then have a vanilla javascript or htmx frontend on top of the api, so you can use the web frontend or do whatever you want with the api |
Beta Was this translation helpful? Give feedback.
-
I'm also creating a front-end for Fabric. You can see the progress here. |
Beta Was this translation helpful? Give feedback.
-
whats the stayus on a working gui |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Result of
fabric --help
. No gui option. I watched this videoNew Fabric GUI! AI Augmentation of Crowdsourced #Cybersecurity Job Market Analysis #fabric #ai - YouTube. But it says that
fabric --gui
will start the gui mode. But I don't have the gui optionfabric --help ─╯ Usage: fabric [OPTIONS] Application Options: -p, --pattern= Choose a pattern -C, --context= Choose a context --session= Choose a session -S, --setup Run setup --setup-skip-update-patterns Skip update patterns at setup -t, --temperature= Set temperature (default: 0.7) -T, --topp= Set top P (default: 0.9) -s, --stream Stream -P, --presencepenalty= Set presence penalty (default: 0.0) -F, --frequencypenalty= Set frequency penalty (default: 0.0) -l, --listpatterns List all patterns -L, --listmodels List all available models -x, --listcontexts List all contexts -X, --listsessions List all sessions -U, --updatepatterns Update patterns -c, --copy Copy to clipboard -m, --model= Choose model -o, --output= Output to file -n, --latest= Number of latest patterns to list (default: 0) -d, --changeDefaultModel Change default pattern Help Options: -h, --help Show this help message
Beta Was this translation helpful? Give feedback.
All reactions