mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
4 lines
146 B
Python
4 lines
146 B
Python
ENV_NAMESPACE = "env"
|
|
OPENAI_NAMESPACE = "openai"
|
|
SERVER_MANAGER_NAMESPACE = "server"
|
|
NAMESPACE_SEP = "." # e.g. env.group_size, openai.base_url
|