Commit Graph

48 Commits

Author SHA1 Message Date
Daniel Miessler
554a3604df Add client dir. 2024-02-11 23:31:08 -08:00
Daniel Miessler
afd8ac986d Added installation note. 2024-02-11 23:20:39 -08:00
xssdoctor
b425b12939
Update utils.py
fixed something else
2024-02-11 13:36:36 -05:00
xssdoctor
4c09fa3769
Update fabric.py
fixed an error
2024-02-11 13:32:52 -05:00
Daniel Miessler
470ac6827d
Merge pull request #83 from DuckPaddle/patch-5
Update utils.py with a class to transcribe YouTube Videos
2024-02-11 10:17:22 -08:00
jad2121
67719f42a3 fixed something 2024-02-11 13:07:46 -05:00
jad2121
0a33ac70b9 fixed something 2024-02-11 13:06:36 -05:00
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.
2024-02-11 11:13:20 -06:00
jad2121
f4f337d699 updated gui to include adding API key and updating patterns 2024-02-11 11:52:20 -05:00
Daniel Miessler
b000264ae5
Merge pull request #70 from DuckPaddle/patch-2 2024-02-10 19:55:24 -08:00
jad2121
5e7d9b91ed added copy to clipboard 2024-02-10 14:59:39 -05:00
jad2121
8b28b79b9f added drag and drop and updated UI 2024-02-10 12:31:31 -05:00
Daniel Miessler
10b39ade6d Updated the readme with credit to Jonathan Dunn for the GUI client. 2024-02-10 08:17:34 -08:00
George Mallard
7ce6d7102f
Update fabric.py to work with standalone.get_cli_input()
For compatibility with Visual Studio Community Edition
2024-02-10 07:08:55 -06:00
George Mallard
8fad5a12a0
Update utils.py - This is a utility function standalone.get_cli_input()
This function adds compatibility to Visual Studio Community edition.
2024-02-10 07:05:52 -06:00
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)
2024-02-09 15:50:50 -08:00
Jonathan Dunn
5a57e814b9 fixed the README 2024-02-09 14:11:00 -05:00
Jonathan Dunn
e8590b6803 changed name of web_frontend to gui as this is a standalone electron app 2024-02-09 14:07:49 -05:00
Jonathan Dunn
9469834aa4 Added a web frontend-electron app 2024-02-09 14:06:14 -05:00
agu3rra
688886451f fabric as a CLI; poetry for dep management with latest versions; gitignore re-added 2024-02-09 09:52:07 -03:00
Daniel Miessler
ddfe247bce Unscrewed the repo. 2024-02-08 12:54:42 -08:00
Daniel Miessler
2a5b9d3a95 Made analyze_prose more stringent. 2024-02-08 12:34:28 -08:00
Daniel Miessler
c222d7a220
Merge pull request #43 from Gilgamesh555/cli-model-version
CLI Model - ModelList New Args
2024-02-08 11:26:13 -08:00
snorkell-ai[bot]
6061549fff test commit 2024-02-07 21:44:35 +00:00
Daniel Miessler
3a004440f7 Removed an extra print statement, thanks to @rez0. 2024-02-07 11:14:54 -08:00
Gilgamesh555
5657eb4bf2 update model list to api dynamic response based on user key 2024-02-06 14:37:15 -04:00
Gilgamesh555
a01a7b4cd3 Merge branch 'main' into cli-model-version 2024-02-06 09:16:05 -04:00
Gilgamesh555
086cfbc239 add model and list-model to args 2024-02-06 09:09:39 -04:00
Daniel Miessler
f255f1badb Updated model to GPT-4 preview, which is always the latest. 2024-02-06 01:28:23 -08:00
Daniel Miessler
4695bee612 Changed model to gpt-4-turbo-preview. 2024-02-06 01:27:13 -08:00
cwhuang119
1711eeeb7a remove: virtual env source folder and .zshrc 2024-02-05 10:00:25 +08:00
Daniel Miessler
944d918baf
Merge pull request #33 from waynespa/fix/updateServerIPs
Update .gitignore and fabric server IP configurations
2024-02-04 16:21:58 -08:00
Daniel Miessler
6d0941ec1e Updated the readme. 2024-02-04 16:16:17 -08:00
Daniel Miessler
02af0da87e Added TOC 2024-02-04 16:06:04 -08:00
Wayne
0be94ee1b5 Update .gitignore and server configurations 2024-02-04 16:12:41 +00:00
Daniel Miessler
d048cd1d5b Changed model back to 4-preview. 2024-02-03 18:59:26 -08:00
Daniel Miessler
fd1dcdccd3 Updating some help info on the client. 2024-02-03 14:20:37 -08:00
Daniel Miessler
add3699c9e Updated patterns update message. 2024-02-03 14:11:50 -08:00
Daniel Miessler
21a8a3af73 Fixed Python path in client. 2024-02-03 14:09:16 -08:00
jad2121
a2a84ef22e added --setup 2024-02-03 10:37:19 -05:00
Daniel Miessler
d1e5eea301 Fixed how the API key was loaded to be sent to OpenAI. 2024-02-03 06:11:29 -08:00
Daniel Miessler
c3e80f12b6 Updating the readme. 2024-02-03 02:03:05 -08:00
Jonathan Dunn
fba34371af minor change 2024-02-02 10:41:27 -05:00
Jonathan Dunn
0b59ecc0f7 fixed a typo 2024-02-02 10:31:43 -05:00
Jonathan Dunn
cf7341fe2c fixed --update 2024-02-02 10:19:12 -05:00
Jonathan Dunn
0b7f7e4fbe Updated the standalone app 2024-02-02 10:11:56 -05:00
Daniel Miessler
cdf760eeb8 Client docs update. 2024-02-02 03:02:14 -08:00
Daniel Miessler
5df442276b Added an early version of the main client. Still buggy. Let us know what issues you have. 2024-02-02 01:50:10 -08:00