From c43bee9921300b406267aa83fd56467da747a5a8 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Sun, 9 Jun 2024 13:42:57 +0800 Subject: [PATCH] dotenv --- .env | 1 + libs/chatchat-server/.env | 1 + libs/model-providers/.env | 1 + pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env create mode 100644 libs/chatchat-server/.env create mode 100644 libs/model-providers/.env diff --git a/.env b/.env new file mode 100644 index 00000000..f78637c0 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring diff --git a/libs/chatchat-server/.env b/libs/chatchat-server/.env new file mode 100644 index 00000000..f78637c0 --- /dev/null +++ b/libs/chatchat-server/.env @@ -0,0 +1 @@ +PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring diff --git a/libs/model-providers/.env b/libs/model-providers/.env new file mode 100644 index 00000000..f78637c0 --- /dev/null +++ b/libs/model-providers/.env @@ -0,0 +1 @@ +PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring diff --git a/pyproject.toml b/pyproject.toml index e6d3f19c..07a601cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,4 +55,4 @@ location = ".env" [[tool.poetry.source]] name = "tsinghua" url = "https://pypi.tuna.tsinghua.edu.cn/simple/" -priority = "default" \ No newline at end of file +priority = "default"