Commit Graph

1392 Commits

Author SHA1 Message Date
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
jad2121
220bb4ef08 fixed something with llama models 2024-03-11 18:18:43 -04:00
Daniel Miessler
9b26ca625f Updated readme. 2024-03-11 07:37:52 -07:00
Daniel Miessler
d4c5504278 Updated extract_predictions. 2024-03-10 22:34:51 -07:00
Daniel Miessler
9efeb962cb Added extract_predictions. 2024-03-10 22:24:47 -07:00
Daniel Miessler
d1757ae352 Updated find_hidden_message pattern. 2024-03-10 13:43:26 -07:00
Daniel Miessler
358427d89f Updated find_hidden_message pattern. 2024-03-10 13:25:16 -07:00
Daniel Miessler
5f882406ba Updated find_hidden_message pattern. 2024-03-10 11:54:16 -07:00
Daniel Miessler
6ee1a40a8b Updated find_hidden_message pattern. 2024-03-10 11:49:03 -07:00
Daniel Miessler
4e50bb497c Updated find_hidden_message pattern. 2024-03-10 11:29:57 -07:00
Daniel Miessler
c380917f32 Updated pattern. 2024-03-10 11:15:54 -07:00
Daniel Miessler
5b8aa54558 Updated pattern. 2024-03-10 11:12:18 -07:00
Theo Rosendorf
a4aa67899f Fixed typo 2024-03-09 13:53:55 -05:00
Daniel Miessler
9fdf66c3ea Updated rpg_summarizer. 2024-03-08 18:01:54 -08:00
Daniel Miessler
dfb3d17d05 Updated rpg_summarizer. 2024-03-08 17:57:52 -08:00
Daniel Miessler
2f362ddf3e Updated rpg_summarizer. 2024-03-08 17:57:43 -08:00
Daniel Miessler
2ebb904183 Updated extract_patterns. 2024-03-08 14:53:46 -08:00
Daniel Miessler
3f9c2140d4 Updated extract_patterns. 2024-03-08 14:48:51 -08:00