Commit Graph

92 Commits

Author SHA1 Message Date
Jonathan Dunn
7e3e38ee18 made gui look a little nicer 2024-04-01 10:14:45 -04:00
Jonathan Dunn
7eb5f953d7 added functionality to gui to create your own patterns 2024-04-01 09:42:00 -04:00
xssdoctor
3121730102 fixed even more stuff...trust me you'll love it 2024-03-31 21:31:45 -04:00
xssdoctor
fe74efde71 fixed stuff in the UI that I did badly...more to come im sure 2024-03-31 21:14:35 -04:00
xssdoctor
d1b59367bd updated gui to include local models and claud...more to comee 2024-03-31 20:53:09 -04:00
xssdoctor
257ac16e94 fixed default models once again 2024-03-20 22:10:20 -04:00
raisindetre
e6df0f93f0 yt comments includes reply threads. Readme updated. 2024-03-17 20:29:56 +13:00
raisindetre
e0d2361aab Added comment retrieval option to yt.py 2024-03-17 19:18:04 +13:00
xssdoctor
70a7f7ad0c fixed situation where there was no default model listed 2024-03-16 12:56:04 -04:00
xssdoctor
371f16fac9
Merge pull request #258 from bthrx/yt-stdin
modified yt to also accept urls via stdin
2024-03-16 12:33:50 -04:00
xssdoctor
059a737938 again fixed defaultmodel 2024-03-16 10:24:48 -04:00
xssdoctor
df5d045e36 fixed defaultmodel 2024-03-16 09:39:05 -04:00
bthrx
164fe205de modified yt to also accept urls via stdin 2024-03-15 22:18:24 -04:00
Jonathan Dunn
823f3b2f56 fixed yt...again 2024-03-14 14:29:56 -04:00
Jonathan Dunn
b11f6da045 fixed yt 2024-03-14 14:15:59 -04:00
Jonathan Dunn
ba163f02b2 fixed yt, ts and save 2024-03-14 10:43:52 -04:00
Jonathan Dunn
3e5423abfe fixed something with models i broke yesterday 2024-03-14 10:37:06 -04:00
Daniel Miessler
8ffb778b77
Merge pull request #219 from streichsbaer/feat/add-claude-3-haiku 2024-03-13 20:41:21 -07:00
xssdoctor
5cfeeedccc now fixed something that I myself broke 2024-03-13 21:18:46 -04:00
xssdoctor
3c187bb319 fixed even more stuff that was broken by pull requests 2024-03-13 21:16:07 -04:00
xssdoctor
e6ff430610 fixed lots of things that pull requests broke 2024-03-13 20:51:57 -04:00
xssdoctor
3ec5058f8d added copy to local models and claude 2024-03-13 20:13:57 -04:00
xssdoctor
077d62a053
Merge pull request #199 from zestysoft/recognize_openai_url-2
Add code to use openai_base_url and use OpenAI's model lister function
2024-03-13 19:59:33 -04:00
jad2121
46216ed90a added persistant custom patterns. Anything you add to the .config/fabric/patterns folder will persist 2024-03-13 19:49:57 -04:00
Stefan Streichsbier
39633984cb Add support for Claude 3 Haiku 2024-03-14 07:34:38 +08:00
xssdoctor
efa0abcfee
Merge pull request #203 from meirm/bug_stream
Fix bug in sendMessage by moving code
2024-03-13 17:57:41 -04:00
Jonathan Dunn
8b4da91579 initial 2024-03-13 14:59:24 -04:00
Meir Michanie
566ba8a7bf Fix bug in sendMessage by moving code 2024-03-13 12:21:55 +01: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
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
9939460ccf
Merge pull request #188 from brianteeman/typo
Assorted typo and spelling corrections.
2024-03-12 10:23:11 -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
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
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
jad2121
6457cb42f4 fixed even more stuff 2024-03-07 19:46:45 -05:00
jad2121
c524eb6f9e fixed more 2024-03-07 19:41:50 -05:00
jad2121
a93d1fb9d5 fixed stuff 2024-03-07 19:40:10 -05:00
jad2121
cd93dfe278 fixed stuff 2024-03-07 19:39:50 -05:00
jad2121
caca2b728e fixed something 2024-03-07 19:28:10 -05:00