diff --git a/AI/.idea/misc.xml b/AI/.idea/misc.xml
index 43af2100..85696fc7 100644
--- a/AI/.idea/misc.xml
+++ b/AI/.idea/misc.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
diff --git a/AI/.idea/ppt-generator.iml b/AI/.idea/ppt-generator.iml
index 9bec52bf..9a323b05 100644
--- a/AI/.idea/ppt-generator.iml
+++ b/AI/.idea/ppt-generator.iml
@@ -4,7 +4,7 @@
-
+
\ No newline at end of file
diff --git a/AI/WxMini/.idea/.gitignore b/AI/WxMini/.idea/.gitignore
new file mode 100644
index 00000000..a7cdac76
--- /dev/null
+++ b/AI/WxMini/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/AI/WxMini/.idea/WxMini.iml b/AI/WxMini/.idea/WxMini.iml
new file mode 100644
index 00000000..7a412d0e
--- /dev/null
+++ b/AI/WxMini/.idea/WxMini.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AI/WxMini/.idea/inspectionProfiles/profiles_settings.xml b/AI/WxMini/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 00000000..105ce2da
--- /dev/null
+++ b/AI/WxMini/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AI/WxMini/.idea/misc.xml b/AI/WxMini/.idea/misc.xml
new file mode 100644
index 00000000..e542651f
--- /dev/null
+++ b/AI/WxMini/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AI/WxMini/.idea/modules.xml b/AI/WxMini/.idea/modules.xml
new file mode 100644
index 00000000..973acdf8
--- /dev/null
+++ b/AI/WxMini/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AI/WxMini/.idea/vcs.xml b/AI/WxMini/.idea/vcs.xml
new file mode 100644
index 00000000..c8ade07f
--- /dev/null
+++ b/AI/WxMini/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AI/WxMini/Milvus/Config/MulvusConfig.py b/AI/WxMini/Milvus/Config/MulvusConfig.py
index c983c891..6276bacf 100644
--- a/AI/WxMini/Milvus/Config/MulvusConfig.py
+++ b/AI/WxMini/Milvus/Config/MulvusConfig.py
@@ -1,6 +1,6 @@
# Milvus 服务器的主机地址
-MS_HOST = "10.10.14.205"
-
+#MS_HOST = "10.10.14.205"
+MS_HOST = "10.10.14.207"
# Milvus 服务器的端口号
MS_PORT = "19530"
diff --git a/AI/WxMini/Milvus/Config/__pycache__/MulvusConfig.cpython-310.pyc b/AI/WxMini/Milvus/Config/__pycache__/MulvusConfig.cpython-310.pyc
index 35aa5e20..9b09f27e 100644
Binary files a/AI/WxMini/Milvus/Config/__pycache__/MulvusConfig.cpython-310.pyc and b/AI/WxMini/Milvus/Config/__pycache__/MulvusConfig.cpython-310.pyc differ
diff --git a/AI/WxMini/Milvus/Config/__pycache__/__init__.cpython-310.pyc b/AI/WxMini/Milvus/Config/__pycache__/__init__.cpython-310.pyc
index 51629354..4ec1f6c1 100644
Binary files a/AI/WxMini/Milvus/Config/__pycache__/__init__.cpython-310.pyc and b/AI/WxMini/Milvus/Config/__pycache__/__init__.cpython-310.pyc differ
diff --git a/AI/WxMini/Milvus/Utils/__pycache__/MilvusCollectionManager.cpython-310.pyc b/AI/WxMini/Milvus/Utils/__pycache__/MilvusCollectionManager.cpython-310.pyc
index 76f9ec4a..670a383b 100644
Binary files a/AI/WxMini/Milvus/Utils/__pycache__/MilvusCollectionManager.cpython-310.pyc and b/AI/WxMini/Milvus/Utils/__pycache__/MilvusCollectionManager.cpython-310.pyc differ
diff --git a/AI/WxMini/Milvus/Utils/__pycache__/MilvusConnectionPool.cpython-310.pyc b/AI/WxMini/Milvus/Utils/__pycache__/MilvusConnectionPool.cpython-310.pyc
index 6289b551..485231dc 100644
Binary files a/AI/WxMini/Milvus/Utils/__pycache__/MilvusConnectionPool.cpython-310.pyc and b/AI/WxMini/Milvus/Utils/__pycache__/MilvusConnectionPool.cpython-310.pyc differ
diff --git a/AI/WxMini/Milvus/Utils/__pycache__/__init__.cpython-310.pyc b/AI/WxMini/Milvus/Utils/__pycache__/__init__.cpython-310.pyc
index 7b39722c..e1a9598f 100644
Binary files a/AI/WxMini/Milvus/Utils/__pycache__/__init__.cpython-310.pyc and b/AI/WxMini/Milvus/Utils/__pycache__/__init__.cpython-310.pyc differ
diff --git a/AI/WxMini/Milvus/__pycache__/__init__.cpython-310.pyc b/AI/WxMini/Milvus/__pycache__/__init__.cpython-310.pyc
index 5b2492ec..65332ad9 100644
Binary files a/AI/WxMini/Milvus/__pycache__/__init__.cpython-310.pyc and b/AI/WxMini/Milvus/__pycache__/__init__.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/EmbeddingUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/EmbeddingUtil.cpython-310.pyc
index 454f8a58..1fe8ce84 100644
Binary files a/AI/WxMini/Utils/__pycache__/EmbeddingUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/EmbeddingUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/ImageUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/ImageUtil.cpython-310.pyc
index 9fe4acf1..805a8878 100644
Binary files a/AI/WxMini/Utils/__pycache__/ImageUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/ImageUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/MySQLUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/MySQLUtil.cpython-310.pyc
index 39391457..3ac93ca4 100644
Binary files a/AI/WxMini/Utils/__pycache__/MySQLUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/MySQLUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/NewsUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/NewsUtil.cpython-310.pyc
index e1d3a3a3..bcc4cce8 100644
Binary files a/AI/WxMini/Utils/__pycache__/NewsUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/NewsUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/OssUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/OssUtil.cpython-310.pyc
index 03c61c15..011ae4a9 100644
Binary files a/AI/WxMini/Utils/__pycache__/OssUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/OssUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/RedisUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/RedisUtil.cpython-310.pyc
index 4a927147..9d0cd1c4 100644
Binary files a/AI/WxMini/Utils/__pycache__/RedisUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/RedisUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/TianQiUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/TianQiUtil.cpython-310.pyc
index 886d1ddf..100d514d 100644
Binary files a/AI/WxMini/Utils/__pycache__/TianQiUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/TianQiUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/TokenUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/TokenUtil.cpython-310.pyc
index 3195c089..e749b4fc 100644
Binary files a/AI/WxMini/Utils/__pycache__/TokenUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/TokenUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/TtsUtil.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/TtsUtil.cpython-310.pyc
index 88b61367..a4808f14 100644
Binary files a/AI/WxMini/Utils/__pycache__/TtsUtil.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/TtsUtil.cpython-310.pyc differ
diff --git a/AI/WxMini/Utils/__pycache__/__init__.cpython-310.pyc b/AI/WxMini/Utils/__pycache__/__init__.cpython-310.pyc
index 8e292e0f..b77a4927 100644
Binary files a/AI/WxMini/Utils/__pycache__/__init__.cpython-310.pyc and b/AI/WxMini/Utils/__pycache__/__init__.cpython-310.pyc differ
diff --git a/AI/WxMini/__pycache__/Start.cpython-310.pyc b/AI/WxMini/__pycache__/Start.cpython-310.pyc
index 8a778b78..26a7431b 100644
Binary files a/AI/WxMini/__pycache__/Start.cpython-310.pyc and b/AI/WxMini/__pycache__/Start.cpython-310.pyc differ
diff --git a/AI/WxMini/__pycache__/__init__.cpython-310.pyc b/AI/WxMini/__pycache__/__init__.cpython-310.pyc
index 443b2279..9c566551 100644
Binary files a/AI/WxMini/__pycache__/__init__.cpython-310.pyc and b/AI/WxMini/__pycache__/__init__.cpython-310.pyc differ
diff --git a/AI/WxMini/安装.txt b/AI/WxMini/安装.txt
index 44b1419b..600e743c 100644
--- a/AI/WxMini/安装.txt
+++ b/AI/WxMini/安装.txt
@@ -1,22 +1,17 @@
# 腾讯 AI Lab 的中文词向量
https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/Tencent_AILab_ChineseEmbedding/Tencent_AILab_ChineseEmbedding.tar.gz
-
# 阿里云的sts-sdk需要python 3.10,不要升级到3.12有冲突!!
conda create -n py310 python=3.10
conda activate py310
-pip install alibabacloud_sts20150401 fastapi python-jose openai passlib pymilvus jieba gensim
-pip install dashscope oss2 aiomysql bs4 redis pydub
-pip install python-multipart uvicorn
+pip install alibabacloud_sts20150401 fastapi python-jose openai passlib pymilvus jieba gensim dashscope oss2 aiomysql bs4 redis pydub python-multipart uvicorn -i https://pypi.tuna.tsinghua.edu.cn/simple
# 安装 alibabacloud-nls-python-sdk-dev
d:
cd D:\dsWork\QingLong\AI\WxMini\alibabacloud-nls-python-sdk-dev
-python -m pip install -r requirements.txt
+python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
python -m pip install .
-
-
# 如果服务无法启动
netstat -ano | findstr 5600
taskkill
\ No newline at end of file