amagastya commited on
Commit
205eec0
·
verified ·
1 Parent(s): e473405

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +3 -3
.chainlit/config.toml CHANGED
@@ -1,18 +1,18 @@
1
  [project]
2
  # If true (default), the app will be available to anonymous users.
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
- public = true
5
 
6
  # The project ID (found on https://cloud.chainlit.io).
7
  # The project ID is required when public is set to false or when using the cloud database.
8
- id = "spark-hack-R484TChSgYut"
9
 
10
  # Uncomment if you want to persist the chats.
11
  # local will create a database in your .chainlit directory (requires node.js installed).
12
  # cloud will use the Chainlit cloud database.
13
  # custom will load use your custom client.
14
 
15
- database = "cloud"
16
 
17
  # Whether to enable telemetry (default: true). No personal data is collected.
18
  enable_telemetry = true
 
1
  [project]
2
  # If true (default), the app will be available to anonymous users.
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
+ # public = true
5
 
6
  # The project ID (found on https://cloud.chainlit.io).
7
  # The project ID is required when public is set to false or when using the cloud database.
8
+ # id = "spark-hack-R484TChSgYut"
9
 
10
  # Uncomment if you want to persist the chats.
11
  # local will create a database in your .chainlit directory (requires node.js installed).
12
  # cloud will use the Chainlit cloud database.
13
  # custom will load use your custom client.
14
 
15
+ # database = "cloud"
16
 
17
  # Whether to enable telemetry (default: true). No personal data is collected.
18
  enable_telemetry = true