Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions playground/UI/.chainlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down