diff --git a/00-chartgpt/chainlit/.chainlit/.langchain.db b/00-chartgpt/chainlit/.chainlit/.langchain.db new file mode 100644 index 0000000000000000000000000000000000000000..a404ec7b3942e0866a9dd8e9b72cb9562fb88611 Binary files /dev/null and b/00-chartgpt/chainlit/.chainlit/.langchain.db differ diff --git a/00-chartgpt/chainlit/.chainlit/config.toml b/00-chartgpt/chainlit/.chainlit/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..b00e3fe0647ebac1010c265db1b403c13ecaa638 --- /dev/null +++ b/00-chartgpt/chainlit/.chainlit/config.toml @@ -0,0 +1,39 @@ +[project] +# If true (default), the app will be available to anonymous users. +# If false, users will need to authenticate and be part of the project to use the app. +public = true + +# The project ID (found on https://cloud.chainlit.io). +# The project ID is required when public is set to false or when using the cloud database. +#id = "" + +# Uncomment if you want to persist the chats. +# local will create a database in your .chainlit directory (requires node.js installed). +# cloud will use the Chainlit cloud database. +# custom will load use your custom client. +# database = "local" + +# Whether to enable telemetry (default: true). No personal data is collected. +enable_telemetry = true + +# List of environment variables to be provided by each user to use the app. +user_env = [] + +[UI] +# Name of the app and chatbot. +name = "Chatbot" + +# Description of the app and chatbot. This is used for HTML tags. +# description = "" + +# The default value for the expand messages settings. +default_expand_messages = false + +# Hide the chain of thought details from the user in the UI. +hide_cot = false + +# Link to your github repo. This will add a github button in the UI's header. +# github = "" + +[meta] +generated_by = "0.4.2"