From abfa8d6fb5613b74e4a73210de307511b8aec308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Wed, 21 Jun 2023 22:24:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=82=E6=AD=A5=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .chainlit/config.toml | 34 +++++++++++++++++++ 00-chartgpt/chainlit/.chainlit/.langchain.db | Bin 0 -> 12288 bytes 00-chartgpt/chainlit/.chainlit/config.toml | 34 +++++++++++++++++++ 00-chartgpt/chainlit/chainlit.md | 14 ++++++++ 00-chartgpt/chainlit/nohup.out | 4 +++ 5 files changed, 86 insertions(+) create mode 100644 .chainlit/config.toml create mode 100644 00-chartgpt/chainlit/.chainlit/.langchain.db create mode 100644 00-chartgpt/chainlit/.chainlit/config.toml create mode 100644 00-chartgpt/chainlit/chainlit.md create mode 100644 00-chartgpt/chainlit/nohup.out diff --git a/.chainlit/config.toml b/.chainlit/config.toml new file mode 100644 index 0000000..01f4068 --- /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 GIT binary patch literal 12288 zcmeI#zfXfe6bJA-G-^ruW9$0Hk`NQ)=pr_kN<^xNCY=bj5J{jQ(4?#WTmDCG-5kBE zVZfMlacaIVxg!tm9^8lNJ={A<9Z{T@Sy znr6W~oWK0aw6P~FUyyHIIfB|NX{2|GGS7;do-A*CZF%HQeR3Zi$0WTYEB<*uS**!+ zeK8U3^<`8Q`Lc?dO{&J7XWv@hjBdn?MnCT|NftIqRxxzrLOU8x4bGC~B3f6ksqEu} za8>8qJZOJzaMsRMUw@)JyJ{M!2>}5JKmY;|fB*y_009U<00Izzz`hFT>R{;q_x1PU ZTo8Z&1Rwwb2tWV=5P$##AOL}_z&E$$U9kWF literal 0 HcmV?d00001 diff --git a/00-chartgpt/chainlit/.chainlit/config.toml b/00-chartgpt/chainlit/.chainlit/config.toml new file mode 100644 index 0000000..01f4068 --- /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 0000000..ad4dd61 --- /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 0000000..18f97e2 --- /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 -- GitLab