Files
minecraft-ai-god-paper-fork/mc_langgraph_gateway.json
T

33 lines
1.1 KiB
JSON

{
"ollama_url": "http://192.168.0.141:11434",
"message_model": "gemma3:12b",
"command_model": "qwen3-coder:30b",
"tool_model": "qwen2.5:1.5b",
"session_ttl_seconds": 21600,
"session_persistence_enabled": true,
"session_db_path": "/var/lib/mc-langgraph-gateway/sessions.db",
"knowledge_base_dir": "/var/lib/mc-langgraph-gateway/knowledge",
"knowledge_index_file": "/var/lib/mc-langgraph-gateway/knowledge/index.json",
"knowledge_auto_index_on_start": true,
"knowledge_bootstrap_on_start": true,
"knowledge_max_doc_bytes": 200000,
"knowledge_allowed_hosts": [
"minecraft.wiki",
"www.minecraft.wiki",
"docs.papermc.io",
"intellectualsites.github.io",
"enginehub.org",
"worldedit.enginehub.org"
],
"knowledge_bootstrap_urls": [
"https://minecraft.wiki/w/Commands/fill",
"https://minecraft.wiki/w/Commands/setblock",
"https://minecraft.wiki/w/Commands/clone",
"https://minecraft.wiki/w/Commands/summon",
"https://minecraft.wiki/w/Commands/execute",
"https://minecraft.wiki/w/TNT",
"https://minecraft.wiki/w/Explosion",
"https://minecraft.wiki/w/Tutorial:Worldedit"
]
}