Commit Graph

139 Commits

Author SHA1 Message Date
BtrYrSlf
6dbc7a380f
Update fabric.py
Removed "NOTE: This will revert the default model to gpt4-turbo. please run --changeDefaultModel to once again set the default model". This note appears to reflect behavior that is no longer happening.
2024-06-28 09:52:46 -04:00
azmaveth
e1fc5517f5
Update utils.py to add Claude 3 Sonnet back in for backwards compatibility 2024-06-20 13:01:46 -05:00
azmaveth
dad02cda33
Update utils.py to support Claude 3.5 Sonnet 2024-06-20 12:43:26 -05:00
Brian Arbuckle
47ee8c5446 Refactored save.py 2024-06-01 14:13:14 -07:00
silverstreak
497a048b59
Bugfix in helper.py
Bugfix for the error: 

Traceback (most recent call last):
  File "/home/xxx/.local/bin/fabric", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/fabric.py", line 148, in main
    session.list_sessions()
  File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/helper.py", line 67, in list_sessions
    most_recent = self.find_most_recent_file().split("/")[-1]
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'
2024-05-25 14:03:48 +02:00
Pierce Cohen
a4065c51b4
Bug fixes for tags
- Prevent generation_date tag format from being modified when SAVE_DATE_FORMAT is
  specified
- Prevent NoneType from ending up in the tags (previous fix did not work)
2024-05-19 19:57:43 -05:00
Pierce Cohen
3e624ded2f
Add configurable date format for save helper app
- Update DATE_FORMAT to be configurable using the SAVE_DATE_FORMAT environment variable
- Modify target filename generation to handle cases where SAVE_DATE_FORMAT is left blank
- Default to date format "%Y-%m-%d" if SAVE_DATE_FORMAT is not set
2024-05-19 18:48:01 -05:00
xssdoctor
ca9fb0f65a fixed gemini support 2024-05-14 18:52:00 -04:00
xssdoctor
e2231b3504 added gemini support 2024-05-14 18:48:25 -04:00
Thomas Raulet
7354e8d961 Ensure env file created in setup when no API keys provided 2024-05-11 13:21:31 +02:00
Daniel Miessler
2184d4d7e8
Merge pull request #375 from princechaddha/main
Pattern for Nuclei Template
2024-05-10 20:16:08 -07:00
Daniel Miessler
fffbd81c80
Merge pull request #368 from RealHurrison/main
fix: The variable 'wisdomFilePath' is already a complete path constru…
2024-05-10 20:14:46 -07:00
Daniel Miessler
d9d46bd662
Merge pull request #376 from obswork/obswork/yt_metadata
feat: add metadata flag to yt cli
2024-05-10 20:14:22 -07:00
Daniel Miessler
d549e5826a
Merge pull request #261 from danielmiessler/dependabot/npm_and_yarn/installer/client/gui/follow-redirects-1.15.6
Bump follow-redirects from 1.15.5 to 1.15.6 in /installer/client/gui
2024-05-10 20:12:49 -07:00
obswork
90ecbde180 feat: add metadata flag to yt cli
Output includes: id, title, channel, and published_at
2024-05-02 13:36:04 -04:00
Prince Chaddha
053e27e732
Update fabric.py 2024-05-02 17:42:15 +05:30
xssdoctor
e02a220275 fixed update patterns in gui 2024-04-28 14:10:24 -04:00
Hurrison
5bc4223984
fix: The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
2024-04-26 14:41:17 +08:00
xssdoctor
b61ca20c8b fixed a typo 2024-04-20 12:10:47 -04:00
xssdoctor
989cb9b8d4 added ability to list sessions and gives the first line 2024-04-20 12:06:02 -04:00
xssdoctor
b5ee3d38a3 added session log to view your sessions 2024-04-20 11:56:01 -04:00
xssdoctor
ce532ca9d8 added ability to delete some or all sessions 2024-04-20 11:44:08 -04:00
xssdoctor
449fda1052 fixed some broken things about sessions 2024-04-20 11:36:18 -04:00
Jonathan Dunn
eaa1667821 added sessions 2024-04-19 21:23:29 -04:00
xssdoctor
161495ed7d fixed copy and output in local models and claude 2024-04-14 12:21:29 -04:00
Jonathan Dunn
198ba8c9ee fixed changing default model to ollama 2024-04-12 08:38:43 -04:00
xssdoctor
ca4ed26b92 fixed --listmodels in the situation where there is no claude key 2024-04-07 07:32:48 -04:00
Kayvan Sylvan
f13bd5a0a4 Merge remote-tracking branch 'upstream/main' 2024-04-06 13:32:07 -07:00
xssdoctor
18acd5a319 fixed the situation where there is no openai api key...again 2024-04-06 12:22:34 -04:00
Kayvan Sylvan
06aa8cab28 Merge remote-tracking branch 'upstream/main' 2024-04-05 14:06:06 -07:00
Jonathan Dunn
eafc2df48c Upgraded agents with PraisonAI. the --agents flag will now CREATE an AI agent for you and then perform a task. Enjoy 2024-04-05 10:25:04 -04:00
Kayvan Sylvan
8934deabd9 Merge remote-tracking branch 'upstream/main' 2024-04-02 09:28:01 -07:00
Daniel Miessler
24f44b41f2
Merge pull request #304 from bpmcircuits/main
Language choice option when pulling a transcript from yt
2024-04-01 20:45:48 -07:00
Daniel Miessler
ac80af3d7f
Merge pull request #298 from Loibl33/patch-1
Fixed Latin-1 decode problems
2024-04-01 20:45:25 -07:00
Kayvan Sylvan
5df1ec1cf8
Merge branch 'danielmiessler:main' into main 2024-04-01 16:50:40 -07:00
xssdoctor
e7fc9689b2 added fine tuning to the gui 2024-04-01 18:36:31 -04:00
xssdoctor
f56cf9ff70 added options to set temperature, top_p, frequency_penelty, presence_penalty 2024-04-01 18:10:04 -04:00
Kayvan Sylvan
5e8f0d4f56
Merge branch 'main' into main 2024-04-01 14:10:55 -07:00
Jonathan Dunn
13799ecc2f fixed the gui 2024-04-01 15:33:36 -04:00
Jonathan Dunn
5a4ae78caf fixed something 2024-04-01 12:38:29 -04:00
Jonathan Dunn
8dadd4b8db fixed gui again 2024-04-01 11:58:29 -04:00
Jonathan Dunn
f30559bc63 fixed the gui 2024-04-01 11:33:34 -04:00
Jonathan Dunn
d7ca76cc5c updated readme 2024-04-01 10:45:45 -04:00
Jonathan Dunn
fda9e9866d added --gui option to fabric. this will open the gui 2024-04-01 10:39:33 -04:00
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
dependabot[bot]
c5e75568d4
Bump follow-redirects from 1.15.5 to 1.15.6 in /installer/client/gui
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 01:41:53 +00: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