From f5c4598127d7cd14ccb33b85266ed3f94c9c0887 Mon Sep 17 00:00:00 2001 From: Nisrine-07 <163194282+Nisrine-07@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:20:50 +0100 Subject: [PATCH] Update config.toml --- playground/UI/.chainlit/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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