Sweaterdog
fb4b16e46c
Update groq.js
2025-02-11 21:21:26 -08:00
Sweaterdog
8a1a8ce370
Update huggingface.js
2025-02-11 21:20:28 -08:00
Sweaterdog
ff3af0e2e4
Update local.js
2025-02-11 21:20:03 -08:00
mmaheshwari2
b7bdbf7759
abstracted out room size and variance. also tried centering window panes properly
2025-02-10 11:19:12 -08:00
mmaheshwari2
b53dd4744f
refactored procedural generation into construction tasks
2025-02-10 10:25:15 -08:00
Sweaterdog
de91971518
Update local.js
2025-02-09 18:29:26 -08:00
Isadora White
127db0dfd1
refactoring changes for construction task to make way for cooking task
2025-02-09 16:19:30 -08:00
gmuffiness
430ae24d20
fix: use text description when vision features are used with a non-vision model
2025-02-10 02:03:25 +09:00
gmuffiness
2b5923f98f
feat: add vision_model param to profile
2025-02-09 21:57:45 +09:00
Sweaterdog
0fe7d11618
Merge branch 'main' into main
2025-02-08 22:59:58 -08:00
Sweaterdog
359c7e825c
Add files via upload
2025-02-08 22:41:07 -08:00
Sweaterdog
d3ad70da6c
Delete src directory
2025-02-08 22:38:37 -08:00
Sweaterdog
1c5347c858
Delete src/agent/prompter.js
2025-02-08 22:33:06 -08:00
Sweaterdog
402ed4bf92
Update prompter.js
2025-02-08 22:32:53 -08:00
Sweaterdog
342ef1b473
Add files via upload
2025-02-08 22:30:36 -08:00
gmuffiness
a22f9d439f
merge: main
2025-02-08 17:39:38 +09: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
MaxRobinsonTheGreat
3a780ef759
lil fixes: model names and params, imports
2025-02-05 15:14:33 -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
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
MaxRobinsonTheGreat
0c3ba9a383
updated gemini, cleaned gpt profile
2025-02-04 14:41:57 -06:00
MaxRobinsonTheGreat
60187e2317
added model parameters obj to profile
2025-02-04 13:02:57 -06:00
MaxRobinsonTheGreat
9b387649a1
enable o3, improve novita
2025-02-03 18:35:58 -06:00
Sweaterdog
0d2e4c7b9c
Update prompter.js
...
Fixed bug in prompter.js where replicate Ai was checked twice
2025-01-29 22:39:02 -08:00
Sweaterdog
6b8ac02c8e
Update groq.js
...
Removed custom logging
2025-01-29 15:52:10 -08:00
Sweaterdog
ec6f4f7098
Update groq.js
...
Fixed small error that would endlessly retry groqcloud response if Deepseek-R1 was chosen
2025-01-28 13:43:33 -08:00
gmuffiness
308e092a81
feat: add anthropic vision request
2025-01-29 01:39:43 +09:00
Sweaterdog
c78dba7776
Update huggingface.js
...
Added Deepseek-R1 support, such as the qwen2.5 32b distill
2025-01-27 16:15:12 -08:00
Sweaterdog
2b3ca165e8
Update groq.js
...
Added deepseek-r1 support
2025-01-27 16:13:09 -08: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
Sweaterdog
b907e77609
Merge branch 'main' into main
2025-01-26 17:01:35 -08:00
Sweaterdog
7644c63565
Update local.js
...
Add Deepseek-R1 Support.
Deepseek-R1 uses "<think> [Thoughts] </think>" and the response can be cut short if it reasons through a command and it's syntax, so we cut it short before returning the response.
2025-01-26 16:56:27 -08:00
mmaheshwari2
ff3da96cf6
added autobuild and autodelete to blueprint class (with functions to execute them)
2025-01-26 11:26:11 -08: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
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
Ayush Maniar
3bbed21526
Added python script for task evaluation which stores experiment run times and results.
2025-01-23 12:33:21 -08:00
Isadora White
a383ee9d14
test blueprint layout file
2025-01-22 12:50:51 -08: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
Lawtro
fbc2734e52
fixed fall protection and tweaked other things
2025-01-22 13:35:18 +10:00
Lawtro
d75c7304fd
change danger log message
2025-01-22 12:31:50 +10:00
uukelele-scratch
007a0cdf6c
Update index.html
2025-01-21 21:49:27 +00:00