mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-27 17:23:08 +00:00
add process subcommand
This commit is contained in:
parent
0f966ec3fb
commit
78cfef9daf
6 changed files with 826 additions and 29 deletions
4
atroposlib/envs/constants.py
Normal file
4
atroposlib/envs/constants.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ENV_NAMESPACE = "env"
|
||||
OPENAI_NAMESPACE = "openai"
|
||||
SERVER_MANAGER_NAMESPACE = "server"
|
||||
NAMESPACE_SEP = "." # e.g. env.group_size, openai.base_url
|
||||
Loading…
Add table
Add a link
Reference in a new issue