"src/include/ConstantTensorDescriptor.hpp" did not exist on "b2439ec9dd8acc7a6788c3225fda80eb7f416ce6"
Unverified Commit 507a92ec authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #863 from duhow/patch-1

config: allow custom default user role
parents b1fa32c5 21488145
......@@ -187,7 +187,7 @@ DEFAULT_PROMPT_SUGGESTIONS = (
)
DEFAULT_USER_ROLE = "pending"
DEFAULT_USER_ROLE = os.getenv("DEFAULT_USER_ROLE", "pending")
USER_PERMISSIONS = {"chat": {"deletion": True}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment