Commit Graph

51 Commits (000acfd59b53f63e1ede0b4be410b3c7552c2bf1)

Author SHA1 Message Date
Daniel Miessler 203a8f32ed
Merge pull request #92 from DuckPaddle/patch-6
Update utils.py to get_cli_input Line 192
7 months ago
jad2121 1946751684 small fix for a problem where the GUI was loading every pattern twice 7 months ago
George Mallard e998099024
Update utils.py to get_cli_input Line 192
Changed sys.stdin.readline().strip() to sys.stdin.read().strip() to allow multiple line input.
7 months ago
Daniel Miessler 554a3604df Add client dir. 7 months ago
Daniel Miessler afd8ac986d Added installation note. 7 months ago
xssdoctor b425b12939
Update utils.py
fixed something else
7 months ago
xssdoctor 4c09fa3769
Update fabric.py
fixed an error
7 months ago
Daniel Miessler 470ac6827d
Merge pull request #83 from DuckPaddle/patch-5
Update utils.py with a class to transcribe YouTube Videos
7 months ago
jad2121 67719f42a3 fixed something 7 months ago
jad2121 0a33ac70b9 fixed something 7 months ago
George Mallard e0683024c1
Update utils.py with a class to transcribe YouTube Videos
Added Class Transcribe with method youtube which accepts a video id as a parameter.  Returns the transcript.
7 months ago
jad2121 f4f337d699 updated gui to include adding API key and updating patterns 7 months ago
Daniel Miessler b000264ae5
Merge pull request #70 from DuckPaddle/patch-2 7 months ago
jad2121 5e7d9b91ed added copy to clipboard 7 months ago
jad2121 8b28b79b9f added drag and drop and updated UI 7 months ago
Daniel Miessler 10b39ade6d Updated the readme with credit to Jonathan Dunn for the GUI client. 7 months ago
George Mallard 7ce6d7102f
Update fabric.py to work with standalone.get_cli_input()
For compatibility with Visual Studio Community Edition
7 months ago
George Mallard 8fad5a12a0
Update utils.py - This is a utility function standalone.get_cli_input()
This function adds compatibility to Visual Studio Community edition.
7 months ago
Daniel Miessler 649e77e2c4
Merge pull request #65 from agu3rra/poetry.dep.man.fabric.cli
Poetry dependency management & `fabric` as a CLI (without python fabric.py)
7 months ago
Jonathan Dunn 5a57e814b9 fixed the README 7 months ago
Jonathan Dunn e8590b6803 changed name of web_frontend to gui as this is a standalone electron app 7 months ago
Jonathan Dunn 9469834aa4 Added a web frontend-electron app 7 months ago
agu3rra 688886451f fabric as a CLI; poetry for dep management with latest versions; gitignore re-added 7 months ago
Daniel Miessler ddfe247bce Unscrewed the repo. 7 months ago
Daniel Miessler 2a5b9d3a95 Made analyze_prose more stringent. 7 months ago
Daniel Miessler c222d7a220
Merge pull request #43 from Gilgamesh555/cli-model-version
CLI Model - ModelList New Args
7 months ago
snorkell-ai[bot] 6061549fff test commit 8 months ago
Daniel Miessler 3a004440f7 Removed an extra print statement, thanks to @rez0. 8 months ago
Gilgamesh555 5657eb4bf2 update model list to api dynamic response based on user key 8 months ago
Gilgamesh555 a01a7b4cd3 Merge branch 'main' into cli-model-version 8 months ago
Gilgamesh555 086cfbc239 add model and list-model to args 8 months ago
Daniel Miessler f255f1badb Updated model to GPT-4 preview, which is always the latest. 8 months ago
Daniel Miessler 4695bee612 Changed model to gpt-4-turbo-preview. 8 months ago
cwhuang119 1711eeeb7a remove: virtual env source folder and .zshrc 8 months ago
Daniel Miessler 944d918baf
Merge pull request #33 from waynespa/fix/updateServerIPs
Update .gitignore and fabric server IP configurations
8 months ago
Daniel Miessler 6d0941ec1e Updated the readme. 8 months ago
Daniel Miessler 02af0da87e Added TOC 8 months ago
Wayne 0be94ee1b5 Update .gitignore and server configurations 8 months ago
Daniel Miessler d048cd1d5b Changed model back to 4-preview. 8 months ago
Daniel Miessler fd1dcdccd3 Updating some help info on the client. 8 months ago
Daniel Miessler add3699c9e Updated patterns update message. 8 months ago
Daniel Miessler 21a8a3af73 Fixed Python path in client. 8 months ago
jad2121 a2a84ef22e added --setup 8 months ago
Daniel Miessler d1e5eea301 Fixed how the API key was loaded to be sent to OpenAI. 8 months ago
Daniel Miessler c3e80f12b6 Updating the readme. 8 months ago
Jonathan Dunn fba34371af minor change 8 months ago
Jonathan Dunn 0b59ecc0f7 fixed a typo 8 months ago
Jonathan Dunn cf7341fe2c fixed --update 8 months ago
Jonathan Dunn 0b7f7e4fbe Updated the standalone app 8 months ago
Daniel Miessler cdf760eeb8 Client docs update. 8 months ago