Skip to content

Commit

Permalink
update the custom_build test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatel committed Mar 19, 2024
1 parent 67efc29 commit 2f70a11
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions cypress/e2e/custom_build/.chainlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ session_timeout = 3600
# Enable third parties caching (e.g LangChain cache)
cache = false

# Authorized origins
# Authorized origins
allow_origins = ["*"]

# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
Expand All @@ -29,7 +29,11 @@ unsafe_allow_html = false
latex = false

# Authorize users to upload files with messages
multi_modal = true
[features.multi_modal]
enabled = true
accept = ["*/*"]
max_files = 20
max_size_mb = 500

# Allows user to use speech to text
[features.speech_to_text]
Expand Down Expand Up @@ -72,6 +76,7 @@ hide_cot = false

# Specify a custom build directory for the frontend.
# This can be used to customize the frontend code.
# Be careful: If this is a relative path, it should not start with a slash.
custom_build = "./public/build"

# Override default MUI light theme. (Check theme.ts)
Expand All @@ -98,4 +103,4 @@ custom_build = "./public/build"


[meta]
generated_by = "1.0.301"
generated_by = "1.0.301"

0 comments on commit 2f70a11

Please sign in to comment.