Commit Graph

1413 Commits

Author SHA1 Message Date
Eugen Eisler
4b3afb3c8e feat: simplify setup logic 2024-08-22 21:45:36 +02:00
Eugen Eisler
6996278c8f test: implement test for common package 2024-08-22 21:00:18 +02:00
Eugen Eisler
4d77ed30e9 test: implement test for common package 2024-08-22 20:57:49 +02:00
Daniel Miessler
69375f2fbc Updated extract_wisdom_dm. 2024-08-21 22:16:22 -07:00
xssdoctor
0ef4e465e4 fixed strange ollama input involving someone named fred 2024-08-21 20:05:18 -04:00
James Craigen
151fff8f8d
Fix broken link in table of contents in README.md (Migrating -> Migration) 2024-08-21 19:03:55 +01:00
Daniel Miessler
a81e5be74b
Update README.md 2024-08-21 06:26:33 -07:00
Randall Degges
e12dc5b0e8 Adding new pattern: create_recursive_outline.
This pattern is actually based on this incredibly great article: https://learnhowtolearn.org/how-to-build-extremely-quickly/

The idea is to use this pattern whenever you want to break an idea or
task down into small components, fully fleshing out your own TODO list
of things to implement to get it working.

This applies to things like writing articles/papers, creating
applications, and much more.
2024-08-20 20:51:23 -07:00
Eugen Eisler
de2ab4c7c5
Merge pull request #851 from danielmiessler/test_db
test: Implement db unit tests
2024-08-21 01:03:16 +02:00
Eugen Eisler
ff97b85497 ci: split ci and release jobs 2024-08-21 01:00:42 +02:00
Eugen Eisler
1bafde09b6 test: Implement db unit tests 2024-08-21 00:50:19 +02:00
Eugen Eisler
e01d355d1b feat: Base URL Setup for OpenAPI-Compatible and Proxy Providers. Adapt Grocq and Azure Setup for it. 2024-08-21 00:11:18 +02:00
Eugen Eisler
ebe0135d5b fix: YouTube configured is not mandatory 2024-08-20 23:31:13 +02:00
Eugen Eisler
3d8c4985e8 fix: YouTube configured is not mandatory 2024-08-20 23:27:55 +02:00
Daniel Miessler
9acfc3ef92
Merge pull request #836 from criadoperez/fix/criadoperez2
patterns fixes
2024-08-20 14:12:15 -07:00
Daniel Miessler
9eb70b8d80
Merge pull request #837 from PickleOgre/main
Fix spelling error in fabric.go
2024-08-20 14:11:39 -07:00
Daniel Miessler
576daab07b
Merge pull request #842 from rdegges/analyze_cfp_submission_pattern
Adding new pattern to help analyze CFP submissions for conference org…
2024-08-20 14:11:11 -07:00
Daniel Miessler
b71a0584ca
Merge pull request #844 from iqbalabd/patch-2
Update README.md
2024-08-20 14:10:23 -07:00
Daniel Miessler
5c8f15e6fa
Merge pull request #848 from fail-open/readme-update
remove duplicate usage
2024-08-20 14:09:11 -07:00
Daniel Miessler
452c64f1b3
Update README.md
Updates to the README for legibility, more detail.
2024-08-20 14:07:24 -07:00
Daniel Miessler
597f2c2b34
Update README.md
Fixed some formatting in the README.
2024-08-20 10:55:17 -07:00
failopen
60d9393c87 remove duplicate usage 2024-08-20 10:51:56 -04:00
Iqbal Abdullah
4473b68d9b
Update README.md
Fix typo
2024-08-20 16:58:31 +08:00
Randall Degges
035c0bb0ca
Merge branch 'main' into analyze_cfp_submission_pattern 2024-08-19 19:50:03 -07:00
Daniel Miessler
872ad3de4a
Update README.md
Updated install instruction formatting.
2024-08-19 16:48:04 -07:00
Randall Degges
adc57b14ed Adding new pattern to help analyze CFP submissions for conference organizers. 2024-08-19 15:34:33 -07:00
Daniel Miessler
d301892e3b
Update README.md
Updated migration instructions.
2024-08-19 11:30:43 -07:00
Josiah Lawrence
077824f6a7
Update ollama.go 2024-08-19 09:51:36 -07:00
Alejandro
02f90361e5
patterns fixes 2024-08-19 18:24:11 +02:00
Josiah Lawrence
8a39866513
Fix spelling error in fabric.go 2024-08-19 09:22:38 -07:00
Daniel Miessler
30248ed149 Added environment variables to setup. 2024-08-18 13:44:27 -07:00
Daniel Miessler
d56f9f880e Merge branch 'main' of github.com:danielmiessler/fabric 2024-08-18 13:39:22 -07:00
Daniel Miessler
aeb5299054 Added migration and upgrade instructions. 2024-08-18 13:39:16 -07:00
Eugen Eisler
a51a565cdc feat: Improve Gemini vendor - message handling and streaming mode 2024-08-17 19:48:24 +02:00
Eugen Eisler
9988c5cefc fix: Fix YouTube API key env. name 2024-08-17 18:43:56 +02:00
Eugen Eisler
c7f038e41e feat: Add YouTube config 2024-08-17 16:17:56 +02:00
Eugen Eisler
55621a6963 fix(ci): fix names of artifacts to upload 2024-08-17 13:04:56 +02:00
Eugen Eisler
cd66d88e2d fix(ci): fix names of artifacts to upload 2024-08-17 13:00:45 +02:00
Eugen Eisler
d87333fea1 fix(ci): fix names of artifacts to upload 2024-08-17 12:55:53 +02:00
Eugen Eisler
bbdca0f91f fix(ci): fix names of artifacts to upload 2024-08-17 12:49:15 +02:00
Eugen Eisler
cd7dfb9171 fix(ci): remove dmg from upload artifacts 2024-08-17 12:43:16 +02:00
Eugen Eisler
fab9cb29da
fix(ci): Remove DMG for MacOS 2024-08-17 12:33:26 +02:00
xssdoctor
1a458c18b0
Merge pull request #810 from p5/attach-binaries-to-release 2024-08-17 06:11:32 -04:00
Daniel Miessler
e5cc90b24b Created new RPG summarizer. 2024-08-16 19:27:00 -07:00
Daniel Miessler
dfca9bd014 Added new RPG summarizer. 2024-08-16 19:20:58 -07:00
Robert Sturla
3b35d88611
chore(ci): keep macos binary around in release assets 2024-08-17 00:27:55 +01:00
Eugen Eisler
92e32b926d feat: improve Gemini model name handling 2024-08-17 00:59:34 +02:00
Robert Sturla
01169cf71d
fix(ci): standardise binary names 2024-08-16 23:50:23 +01:00
Robert Sturla
845b4003e7
fix(ci): upload built binaries to GitHub Releases on tag creation 2024-08-16 23:45:20 +01:00
Eugen Eisler
8bf32b1894 feat: add YouTube Configurable Support (without setup activation because the key is external) 2024-08-17 00:29:21 +02:00