diff --git a/.chainlit/config.toml b/.chainlit/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..01f4068856c5b3b472cdb2d56af329bdec9ea600 --- /dev/null +++ b/.chainlit/config.toml @@ -0,0 +1,34 @@ +[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). +# If provided, all the message data will be stored in the cloud. +# The project ID is required when public is set to false. +#id = "" + +# 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.1" 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..01f4068856c5b3b472cdb2d56af329bdec9ea600 --- /dev/null +++ b/00-chartgpt/chainlit/.chainlit/config.toml @@ -0,0 +1,34 @@ +[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). +# If provided, all the message data will be stored in the cloud. +# The project ID is required when public is set to false. +#id = "" + +# 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.1" diff --git a/00-chartgpt/chainlit/chainlit.md b/00-chartgpt/chainlit/chainlit.md new file mode 100644 index 0000000000000000000000000000000000000000..ad4dd617761be03a3335c9258913691c752a5fdf --- /dev/null +++ b/00-chartgpt/chainlit/chainlit.md @@ -0,0 +1,14 @@ +# Welcome to 丽影洞察! πŸš€πŸ€– + +Hi there, Developer! πŸ‘‹ We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs. + +## Useful Links πŸ”— + +- **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) πŸ“š +- **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/ZThrUxbAYw) to ask questions, share your projects, and connect with other developers! πŸ’¬ + +We can't wait to see what you create with Chainlit! Happy coding! πŸ’»πŸ˜Š + +## Welcome screen + +To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty. diff --git a/00-chartgpt/chainlit/nohup.out b/00-chartgpt/chainlit/nohup.out new file mode 100644 index 0000000000000000000000000000000000000000..18f97e279d97cc734befd238057a7b16ba11c861 --- /dev/null +++ b/00-chartgpt/chainlit/nohup.out @@ -0,0 +1,4 @@ +2023-06-21 21:24:02 - WARNING! engine is not default parameter. + engine was transferred to model_kwargs. + Please confirm that engine is what you intended. +2023-06-21 21:24:02 - Your app is available at http://localhost:8000