chatgpt-mirai-qq-bot-web-search 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: chatgpt-mirai-qq-bot-web-search
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: WebSearch adapter for lss233/chatgpt-mirai-qq-bot
5
5
  Home-page: https://github.com/chuanSir123/web_search
6
6
  Author: chuanSir
@@ -0,0 +1,10 @@
1
+ web_search/__init__.py,sha256=h3IHRER8ESI-Wbki1mY8hwf9B15SjrGDpfBWlT4d8CE,3464
2
+ web_search/blocks.py,sha256=bVLn5kg-OMqWQsDrJLvA43AoV_eMEcZ3nrjqponHHX4,3611
3
+ web_search/config.py,sha256=DhLiERBJR2V5Boglf7Aq9Rbc4vsvLIh67CrLDIPeqA0,398
4
+ web_search/web_searcher.py,sha256=dmN1R4iyFvaPNpyBjFLWujvQ6_I3oD1GRlRyC03egpo,9707
5
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/LICENSE,sha256=ILBn-G3jdarm2w8oOrLmXeJNU3czuJvVhDLBASWdhM8,34522
6
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/METADATA,sha256=bjkItG3YZJoejW_gXwH53rJXuSUcqUjqo0ektsTcz7s,1902
7
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/entry_points.txt,sha256=o3kRDSdSmSdnCKlK6qS57aN0WpI4ab-Nxub2NwUrjf0,64
9
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/top_level.txt,sha256=PoNm8MJYw_y8RTMaNlY0ePLoNHxVUAE2IHDuL5fFubI,11
10
+ chatgpt_mirai_qq_bot_web_search-0.1.5.dist-info/RECORD,,
web_search/__init__.py CHANGED
@@ -37,7 +37,7 @@ class WebSearchPlugin(Plugin):
37
37
  except Exception as e:
38
38
  logger.warning(f"WebSearchPlugin failed: {e}")
39
39
  # 获取当前文件的绝对路径
40
- with importlib.resources.path('chatgpt-mirai-qq-bot-web-search', '__init__.py') as p:
40
+ with importlib.resources.path('web_search', '__init__.py') as p:
41
41
  package_path = p.parent
42
42
  example_dir = package_path / 'example'
43
43
 
@@ -1,10 +0,0 @@
1
- web_search/__init__.py,sha256=5du-gZfOH1TV8FjhBPFCB7GTAX0fZl7jl_9JqDxMVXI,3485
2
- web_search/blocks.py,sha256=bVLn5kg-OMqWQsDrJLvA43AoV_eMEcZ3nrjqponHHX4,3611
3
- web_search/config.py,sha256=DhLiERBJR2V5Boglf7Aq9Rbc4vsvLIh67CrLDIPeqA0,398
4
- web_search/web_searcher.py,sha256=dmN1R4iyFvaPNpyBjFLWujvQ6_I3oD1GRlRyC03egpo,9707
5
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/LICENSE,sha256=ILBn-G3jdarm2w8oOrLmXeJNU3czuJvVhDLBASWdhM8,34522
6
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/METADATA,sha256=kFzetPmWgRZ_WtbNecn1Q-XmYiMVWLr9sPuydtS85vY,1902
7
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/entry_points.txt,sha256=o3kRDSdSmSdnCKlK6qS57aN0WpI4ab-Nxub2NwUrjf0,64
9
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/top_level.txt,sha256=PoNm8MJYw_y8RTMaNlY0ePLoNHxVUAE2IHDuL5fFubI,11
10
- chatgpt_mirai_qq_bot_web_search-0.1.4.dist-info/RECORD,,