Spaces:
Sleeping
Sleeping
Delete settings.js
Browse files- settings.js +0 -42
settings.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
| 1 |
-
const settings = {
|
| 2 |
-
"minecraft_version": "auto",
|
| 3 |
-
"host": "163.5.201.5", // ⚠️ ton IP/URL
|
| 4 |
-
"port": 10421, // ⚠️ port de TON serveur MC
|
| 5 |
-
"auth": "offline",
|
| 6 |
-
|
| 7 |
-
"mindserver_port": 7860, // ⚠️ panel -> port HF
|
| 8 |
-
"auto_open_ui": false, // ⚠️ false (pas de navigateur sur le Space)
|
| 9 |
-
|
| 10 |
-
"base_profile": "assistant",
|
| 11 |
-
"profiles": [
|
| 12 |
-
"./andy.json",
|
| 13 |
-
],
|
| 14 |
-
|
| 15 |
-
"load_memory": false,
|
| 16 |
-
"init_message": "Respond with hello world and your name",
|
| 17 |
-
"only_chat_with": [],
|
| 18 |
-
|
| 19 |
-
"speak": false,
|
| 20 |
-
"chat_ingame": true,
|
| 21 |
-
"language": "fr",
|
| 22 |
-
"render_bot_view": true,
|
| 23 |
-
|
| 24 |
-
"allow_insecure_coding": true,
|
| 25 |
-
"allow_vision": false,
|
| 26 |
-
"blocked_actions" : ["!checkBlueprint", "!checkBlueprintLevel", "!getBlueprint", "!getBlueprintLevel"],
|
| 27 |
-
"code_timeout_mins": -1,
|
| 28 |
-
"relevant_docs_count": 5,
|
| 29 |
-
|
| 30 |
-
"max_messages": -1,
|
| 31 |
-
"num_examples": 2,
|
| 32 |
-
"max_commands": -1,
|
| 33 |
-
"show_command_syntax": "full",
|
| 34 |
-
"narrate_behavior": true,
|
| 35 |
-
"chat_bot_messages": true,
|
| 36 |
-
|
| 37 |
-
"spawn_timeout": 30,
|
| 38 |
-
"block_place_delay": 0,
|
| 39 |
-
"log_all_prompts": false,
|
| 40 |
-
};
|
| 41 |
-
|
| 42 |
-
export default settings;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|