Revised example RoleMesh Gateway config.

This commit is contained in:
welsberr 2026-03-17 14:12:37 -04:00
parent d6268260c3
commit 811000e42c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ model_provider:
base_url: "http://127.0.0.1:8000"
api_key: "change-me-client-key-1"
default_model: "planner"
# Didactopus defines its own canonical role ids. RoleMesh model aliases are mapped to them here.
# Change the values on the right to fit your local gateway setup.
role_to_model:
mentor: "planner"
learner: "writer"