Commit graph

951 commits

Author SHA1 Message Date
Sweaterdog
2db99b3440
Update settings.js
Moved speak setting to the bottom near STT settings
2025-03-14 14:29:26 -07:00
Sweaterdog
33183df327
Update tts_process.js
Added more logic to prevent multiple API requests, gibberish being sent, as well as made it easier to talk to the agent.
2025-03-14 13:46:33 -07:00
Sweaterdog
64b284c0f2
Update groq.js
Fixed issue with groq.js
2025-03-14 13:28:01 -07:00
Sweaterdog
ea61c3a916
Update tts_process.js
Fixed a typo
2025-03-14 12:57:18 -07:00
Sweaterdog
809f669b19
Update agent.js
Fixed bug in agent.js
2025-03-14 12:54:32 -07:00
Sweaterdog
8cbedc9f4a
Update @google+generative-ai+0.2.1.patch
Fixed the google generative AI patch
2025-03-14 12:51:52 -07:00
Sweaterdog
7dda9036a0
Update README.md
Fixed yet another README typo
2025-03-14 12:44:32 -07:00
Sweaterdog
653f6456ab
Update main.js
Fixed unnecessary spacing at line 44
2025-03-14 12:41:12 -07:00
Sweaterdog
1f89cd8f47
Update llama.json
Fixed the default embedding model
2025-03-14 12:38:50 -07:00
Sweaterdog
6dc646e9c2
Update gemini.json
fixed another strange diff where nothing was changed
2025-03-14 12:38:18 -07:00
Sweaterdog
bbc1fc4b3e
Update @google+generative-ai+0.2.1.patch
Fixed the strange diff for the google patch
2025-03-14 12:37:28 -07:00
Sweaterdog
9710f2d332
Update keys.example.json 2025-03-14 12:36:00 -07:00
Sweaterdog
c594f3768e
Update mind_server.js
Removed an unnecessary line
2025-03-14 12:35:14 -07:00
Sweaterdog
8809ad6dea
Update init_agent.js
Fixed an unnecessary change
2025-03-14 12:34:40 -07:00
Sweaterdog
6c87df41d5
Update tts_process.js
fixed some naming issues
2025-03-14 12:33:56 -07:00
Sweaterdog
adce9982de
Update groq.js 2025-03-14 12:31:20 -07:00
Sweaterdog
452ac77f32
Update agent.js
Fixed a typo
2025-03-14 12:30:25 -07:00
Sweaterdog
a5275f7093
Update settings.js 2025-03-14 12:27:49 -07:00
Sweaterdog
54395331a7
Update README.md
Fixed the README
2025-03-14 12:27:02 -07:00
Sweaterdog
09f36dd94b
Update main.js
Fixed unnecessary spaces and comments
2025-03-14 12:23:19 -07:00
Sweaterdog
360b937237
Merge branch 'develop' into TTS 2025-03-13 23:54:49 -07:00
Max Robinson
4ccbbe0f6c
Merge pull request #476 from uukelele-scratch/patch
added search wiki command
2025-03-13 16:01:10 -05:00
MaxRobinsonTheGreat
7e3ec5d1e0 gemini formatting 2025-03-13 16:00:50 -05:00
MaxRobinsonTheGreat
cd60655803 add patch for dumb google api 2025-03-13 15:56:05 -05:00
MaxRobinsonTheGreat
ef37a400b0 fix digdown 2025-03-13 15:42:23 -05:00
MaxRobinsonTheGreat
cbe5804f73 remove duplicate mistral 2025-03-13 15:38:49 -05:00
MaxRobinsonTheGreat
7f97574c4e fix speak 2025-03-13 14:40:18 -05:00
MaxRobinsonTheGreat
135af2229c Merge branch 'develop' of https://github.com/kolbytn/mindcraft into develop 2025-03-13 14:33:58 -05:00
MaxRobinsonTheGreat
5695c66fcb better comments 2025-03-13 14:33:56 -05:00
Max Robinson
a077ed4151
Merge pull request #441 from uukelele-scratch/main
Added speech functionality for bots
2025-03-13 14:30:34 -05:00
MaxRobinsonTheGreat
7840ae800a Merge branch 'main' into develop 2025-03-13 14:18:18 -05:00
Max Robinson
07ea071ac3
Merge pull request #414 from Lawtro37/main
add "digDown" skill
2025-03-13 14:17:33 -05:00
MaxRobinsonTheGreat
600f219085 fix spacing 2025-03-13 13:56:13 -05:00
MaxRobinsonTheGreat
1a4ac02e13 remove newline? 2025-03-13 13:51:41 -05:00
Max Robinson
d5df9f8c9f
Merge pull request #423 from Sweaterdog/main
2 new API's, and Reasoning model support
2025-03-13 13:49:21 -05:00
Sweaterdog
e38f7587d1
Merge branch 'kolbytn:main' into main 2025-03-12 19:01:34 -07:00
uukelele-scratch
f57da837b1
speaking is now false by default 2025-03-12 21:22:14 +00:00
uukelele-scratch
95782fa769 move command from actions.js to queries.js 2025-03-10 21:03:50 +00:00
Sweaterdog
350c842701
Update gemini.json
Fixed this file again
2025-03-10 11:21:37 -07:00
Sweaterdog
44550a634d
Update gemini.json
Fixed extra spaces
2025-03-10 11:21:15 -07:00
Sweaterdog
79e9a734c8
Update example_tasks.json
Fixed the extra space
2025-03-10 11:20:49 -07:00
Max Robinson
a852fe391a
Merge pull request #477 from kolbytn/main
fix claude tokens
2025-03-10 12:28:26 -05:00
MaxRobinsonTheGreat
0de98c99fa fix claude tokens 2025-03-10 12:27:31 -05:00
uukelele-scratch
cf6e23390d reset settings.js 2025-03-09 17:22:41 +00:00
uukelele-scratch
cf1fc15920 remove navigation tables from parser output in actions.js 2025-03-09 17:18:20 +00:00
uukelele-scratch
76204664cd added searchwiki action 2025-03-09 17:17:41 +00:00
uukelele-scratch
b2cafb06b9
Merge branch 'kolbytn:main' into main 2025-03-09 15:46:17 +00:00
Sweaterdog
21ee58fd8c
Update groq.js
Fixed an unclosed bracket
2025-03-09 00:45:30 -08:00
Sweaterdog
fbdac8d48e
Update prompter.js
Fixed a minor error
2025-03-09 00:29:06 -08:00
Sweaterdog
7bd9f0bfd2
Delete patches/@google+generative-ai+0.2.1.patch
Deleted the google patch to allow experimental gemini models, per MaxRobinsonTheGreats request.
2025-03-08 12:25:35 -08:00