diff --git a/playground/UI/.chainlit/config.toml b/playground/UI/.chainlit/config.toml index 4430b4a..f42547e 100644 --- a/playground/UI/.chainlit/config.toml +++ b/playground/UI/.chainlit/config.toml @@ -14,6 +14,9 @@ cache = false # Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317) # follow_symlink = true +# Set the default host to listen on +DEFAULT_HOST = "127.0.0.1" + [features] # Show the prompt playground prompt_playground = true