gmuffiness
|
2b5923f98f
|
feat: add vision_model param to profile
|
2025-02-09 21:57:45 +09:00 |
|
gmuffiness
|
a22f9d439f
|
merge: main
|
2025-02-08 17:39:38 +09:00 |
|
Max Robinson
|
61586ccfa8
|
Merge pull request #434 from kolbytn/base_profiles
Base profiles
|
2025-02-06 11:45:49 -06:00 |
|
MaxRobinsonTheGreat
|
b4eed0fa1b
|
fixed base/default loading
|
2025-02-05 16:18:33 -06:00 |
|
MaxRobinsonTheGreat
|
642e1e86dc
|
add base profiles survival,creative,god_mode
|
2025-02-05 15:58:40 -06:00 |
|
Max Robinson
|
32d0462c5d
|
Merge pull request #417 from uukelele-scratch/main
Added ability to sending messages and commands from Mindserver
|
2025-02-05 15:47:11 -06:00 |
|
Max Robinson
|
f541628434
|
Merge pull request #409 from itsme6582/patch-1
Update Discord link in README.md
|
2025-02-05 15:41:09 -06:00 |
|
Max Robinson
|
d2394ab956
|
Merge pull request #433 from kolbytn/relavent-code-docs
Relevant code docs
|
2025-02-05 15:39:48 -06:00 |
|
MaxRobinsonTheGreat
|
3a780ef759
|
lil fixes: model names and params, imports
|
2025-02-05 15:14:33 -06:00 |
|
Max Robinson
|
dbc2cbc7bc
|
Merge pull request #432 from kolbytn/patch-claude
define params by default
|
2025-02-05 12:40:28 -06:00 |
|
MaxRobinsonTheGreat
|
74eeebcfcb
|
define params by default
|
2025-02-05 12:39:53 -06:00 |
|
Qu Yi
|
8277c23a2c
|
Refactor Qwen.js to OpenAI API style
|
2025-02-05 17:27:01 +08:00 |
|
Qu Yi
|
c62ee6ee13
|
Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
# src/models/prompter.js
# src/models/qwen.js
|
2025-02-05 17:05:55 +08:00 |
|
Max Robinson
|
845a9334b4
|
Merge pull request #431 from kolbytn/crafting_plan
Crafting plan
|
2025-02-04 16:27:11 -06:00 |
|
MaxRobinsonTheGreat
|
9c675c51bc
|
fix syntax error, var->let, remove examples
|
2025-02-04 16:26:00 -06:00 |
|
Max Robinson
|
b27b282d5a
|
Merge branch 'main' into get_detailed_crafting_plan
|
2025-02-04 15:33:35 -06:00 |
|
Max Robinson
|
116b7ac83e
|
Merge pull request #430 from kolbytn/model_params
Model Params + Updated Gemini
|
2025-02-04 15:07:56 -06:00 |
|
MaxRobinsonTheGreat
|
48ced2326c
|
Merge branch 'main' into model_params
|
2025-02-04 15:01:39 -06:00 |
|
Max Robinson
|
402e09f037
|
better readme
|
2025-02-04 15:00:55 -06:00 |
|
MaxRobinsonTheGreat
|
0c3ba9a383
|
updated gemini, cleaned gpt profile
|
2025-02-04 14:41:57 -06:00 |
|
MaxRobinsonTheGreat
|
be780cba27
|
remove obsolete collectblock patche
|
2025-02-04 13:28:32 -06:00 |
|
MaxRobinsonTheGreat
|
60187e2317
|
added model parameters obj to profile
|
2025-02-04 13:02:57 -06:00 |
|
Max Robinson
|
22982e1e9f
|
Merge pull request #420 from pixelkat5/main
Small adjustments to the README.MD
|
2025-02-04 11:36:51 -06:00 |
|
Max Robinson
|
8f545089e1
|
my pr gets priority
O1 patches
|
2025-02-03 18:45:16 -06:00 |
|
MaxRobinsonTheGreat
|
23c54279de
|
add code_model to readme
|
2025-02-03 18:42:47 -06:00 |
|
MaxRobinsonTheGreat
|
9b387649a1
|
enable o3, improve novita
|
2025-02-03 18:35:58 -06:00 |
|
gmuffiness
|
308e092a81
|
feat: add anthropic vision request
|
2025-01-29 01:39:43 +09:00 |
|
gmuffiness
|
116ef46106
|
chore: minor change
|
2025-01-28 02:40:04 +09:00 |
|
gmuffiness
|
4281ee2468
|
feat: add gemini vision request
|
2025-01-28 02:25:41 +09:00 |
|
gmuffiness
|
d1b3232a5a
|
feat: add groq vision request
|
2025-01-27 17:29:14 +09:00 |
|
MaxRobinsonTheGreat
|
e1a9ed811b
|
small fix to block placing/farming
|
2025-01-25 12:26:49 -06:00 |
|
MaxRobinsonTheGreat
|
063d421764
|
added second model for coding
|
2025-01-25 12:26:22 -06:00 |
|
Pixel
|
1e6ee45f01
|
Update README.md
|
2025-01-25 10:55:39 -06:00 |
|
Pixel
|
42f805cd16
|
Update README.md
|
2025-01-25 10:53:22 -06:00 |
|
MaxRobinsonTheGreat
|
fbde286931
|
better auto-prompt
|
2025-01-24 11:31:26 -06:00 |
|
gmuffiness
|
7d51726289
|
feat: remove promptImageConvo and implement sendVisionRequest to each provider
|
2025-01-24 16:29:03 +09:00 |
|
gmuffiness
|
5fce0acaac
|
feat: move vision functions from skill into vision_intepreter
|
2025-01-24 13:16:36 +09:00 |
|
“Qu
|
2019dff1f8
|
Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
# settings.js
|
2025-01-22 13:53:32 +08:00 |
|
uukelele-scratch
|
007a0cdf6c
|
Update index.html
|
2025-01-21 21:49:27 +00:00 |
|
uukelele-scratch
|
e92ff0f933
|
Update agent.js
|
2025-01-21 21:48:05 +00:00 |
|
uukelele-scratch
|
1171bad1e4
|
Update agent_proxy.js
|
2025-01-21 21:47:36 +00:00 |
|
uukelele-scratch
|
3eeb88e60e
|
Update mind_server.js
|
2025-01-21 21:47:05 +00:00 |
|
Max Robinson
|
8e783ba75a
|
Merge pull request #416 from kolbytn/patch
Patch
|
2025-01-21 14:07:51 -06:00 |
|
MaxRobinsonTheGreat
|
c5b37dc2c7
|
use cheats for farming, default no code timeout
|
2025-01-21 14:05:50 -06:00 |
|
MaxRobinsonTheGreat
|
66a03bf893
|
embed max tokens, fix shutdown race condition
|
2025-01-21 13:41:48 -06:00 |
|
gmuffiness
|
e4eda9c16a
|
chore: remove unnecessary 5-second sleep
|
2025-01-20 14:26:14 +09:00 |
|
gmuffiness
|
55c045f57f
|
fix: update camera direction to use mineflayer viewer setFirstPersonCamera api
|
2025-01-20 13:11:57 +09:00 |
|
gmuffiness
|
65113c706f
|
chore: remove duplcated func
|
2025-01-20 11:48:38 +09:00 |
|
gmuffiness
|
85ed526fcf
|
chore: reset settings
|
2025-01-20 10:30:47 +09:00 |
|
“Qu
|
f0396df829
|
Remove the relevant_skill_doc prompts from coder.js and action_manager.js
|
2025-01-19 22:05:01 +08:00 |
|