Revised example RoleMesh Gateway config.
This commit is contained in:
parent
d6268260c3
commit
811000e42c
|
|
@ -17,6 +17,8 @@ model_provider:
|
||||||
base_url: "http://127.0.0.1:8000"
|
base_url: "http://127.0.0.1:8000"
|
||||||
api_key: "change-me-client-key-1"
|
api_key: "change-me-client-key-1"
|
||||||
default_model: "planner"
|
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:
|
role_to_model:
|
||||||
mentor: "planner"
|
mentor: "planner"
|
||||||
learner: "writer"
|
learner: "writer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue