Commit Graph

909 Commits

Author SHA1 Message Date
Daniel Miessler
d8e03d5981 Updated readme. 2024-03-13 14:15:14 -07:00
Daniel Miessler
adeea67a2e Updated poetry installer for yt. 2024-03-13 14:08:09 -07:00
Daniel Miessler
a02b7861d8 Revert "Merge pull request #158 from ben0815/ytTranscriptLanguage"
This reverts commit 70cbf8dda7, reversing
changes made to 88e2964b57.
2024-03-13 14:06:00 -07:00
Daniel Miessler
70cbf8dda7
Merge pull request #158 from ben0815/ytTranscriptLanguage
add language option to yt.py
2024-03-13 13:49:37 -07:00
Daniel Miessler
88e2964b57 Updated the readme with better install instructions. 2024-03-13 13:41:13 -07:00
Daniel Miessler
e8d6d41546 Updated the readme with better install instructions. 2024-03-13 13:36:27 -07:00
Daniel Miessler
44d779d7a7 Tweaked installer. 2024-03-13 13:24:59 -07:00
Daniel Miessler
5c6823e2d4 Tweaked installer. 2024-03-13 13:19:58 -07:00
jad2121
820adf1339 fixed something 2024-03-13 16:16:18 -04:00
Daniel Miessler
f5225df224 Updated the readme with better install instructions. 2024-03-13 13:03:49 -07:00
Daniel Miessler
469c312c66 Updated Matthew Berman video. 2024-03-13 13:00:37 -07:00
Daniel Miessler
2d28b5b185 Added Matthew Berman video. 2024-03-13 12:59:55 -07:00
Daniel Miessler
7de5c6ddef Added Matthew Berman video. 2024-03-13 12:59:28 -07:00
Jonathan Dunn
32b59e947f added dependancy 2024-03-13 15:35:35 -04:00
Jonathan Dunn
36b329edeb deleted setup.sh. its no longer needed because of pipx 2024-03-13 15:16:38 -04:00
Jonathan Dunn
2bd7cd88d5 updated readme 2024-03-13 15:02:01 -04:00
Jonathan Dunn
8b4da91579 initial 2024-03-13 14:59:24 -04:00
Jonathan Dunn
0659bbaa0e added pyperclip dependancy to poetry 2024-03-13 13:02:21 -04:00
Ikko Eltociear Ashimine
89ca14b0b4
Update system.md
minor fix
2024-03-14 00:52:27 +09:00
Meir Michanie
566ba8a7bf Fix bug in sendMessage by moving code 2024-03-13 12:21:55 +01:00
Daniel Miessler
d3cb685dcc Updated provide_guidance pattern. 2024-03-12 19:54:25 -07:00
Daniel Miessler
290a1e7556 Updated provide_guidance pattern. 2024-03-12 19:49:54 -07:00
Daniel Miessler
ebcff89fb0 Updated provide_guidance pattern. 2024-03-12 19:46:26 -07:00
Daniel Miessler
eb734355bc Updated provide_guidance pattern. 2024-03-12 17:26:43 -07:00
Daniel Miessler
f7fc18c625 Updated provide_guidance pattern. 2024-03-12 17:18:24 -07:00
Daniel Miessler
2e491e010b Updated provide_guidance pattern. 2024-03-12 17:15:23 -07:00
Daniel Miessler
eda0ee674e Added provide_guidance pattern. 2024-03-12 17:06:55 -07:00
Daniel Miessler
d0eb6b9c52 Updated algorithm recommender. 2024-03-12 16:17:46 -07:00
Daniel Miessler
19ee68f372 Added extract_algorithm_update to patterns. 2024-03-12 16:13:51 -07:00
zestysoft
2188041f7b
Add code to use openai_base_url and use OpenAI's model lister function
Signed-off-by: zestysoft <ian@zestysoft.com>
2024-03-12 15:12:35 -07:00
Jonathan Dunn
8ad0e1ac52 Merge branch 'main' of github.com:danielmiessler/fabric
fixed youtube
2024-03-12 13:51:27 -04:00
Jonathan Dunn
73c505cad1 added youtube api key to --setup 2024-03-12 13:45:21 -04:00
Daniel Miessler
5c770a4fbd
Merge pull request #174 from theorosendorf/main
Fixed typo
2024-03-12 10:30:16 -07:00
Daniel Miessler
8f81d881e1
Merge pull request #185 from streichsbaer/feat/add-supported-claude-models
feat: Add additional Claude models
2024-03-12 10:24:29 -07:00
Daniel Miessler
f419e1ec54
Merge pull request #186 from WoleFabikun/add-analyze-tech-impact
Added analyze_tech_impact pattern for assessing the impact of technology
2024-03-12 10:23:40 -07:00
Daniel Miessler
9939460ccf
Merge pull request #188 from brianteeman/typo
Assorted typo and spelling corrections.
2024-03-12 10:23:11 -07:00
Daniel Miessler
07c5bad937
Merge pull request #192 from krisgesling/patch-1
Minor typo in extract_predictions
2024-03-12 10:22:35 -07:00
xssdoctor
2f8974835d
Merge pull request #189 from zestysoft/recognize_openai_url
Add code to use openai_base_url and use OpenAI's model lister function
2024-03-12 13:11:02 -04:00
Jonathan Dunn
6c50ee4845 added support for remote ollama instances with --remoteOllamaServer 2024-03-12 12:59:57 -04:00
Jonathan Dunn
a95aabe1ac fixed an error with -ChangeDefaultModel with local models 2024-03-12 12:43:41 -04:00
Jonathan Dunn
654410530c fixed a setup.sh error that would occur on macos 2024-03-12 12:37:16 -04:00
Jonathan Dunn
6712759c50 fixed local models 2024-03-12 11:41:04 -04:00
Kris Gesling
5d5c4b3074
Minor typo in extract_predictions 2024-03-12 21:48:18 +09:30
zestysoft
cdde4b8307
Use safer method to get data from exception
Signed-off-by: zestysoft <ian@zestysoft.com>
2024-03-12 03:21:01 -07:00
zestysoft
8e871028ad
Add code to use openai_base_url and use OpenAI's model lister function
Signed-off-by: zestysoft <ian@zestysoft.com>
2024-03-12 02:46:04 -07:00
BrianTeeman
c7510c45c1
Assorted typo and spelling corrections. 2024-03-12 08:37:14 +00:00
Wole Fabikun
2acebfbf82 Added analyze_tech_impact pattern for assessing the impact of technology 2024-03-11 21:08:57 -04:00
Stefan Streichsbier
ea0e6884b0 Add supported Claude models 2024-03-12 08:20:57 +08:00
jad2121
24e1616864 changed how aliases are stored. Intead of the .zshrc etc. aliases now have their own file located at ~/.config/fabric/fabric-bootstrap.inc which is created during setup.sh. Please run ./setup.sh and these changes will be made automatically. your .zshrc/.bashrc will also be automatically updated 2024-03-11 20:19:38 -04:00
jad2121
d1463e9cc7 fixed local 2024-03-11 18:25:46 -04:00