AstrBot 4.11.3__py3-none-any.whl → 4.11.4__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.
astrbot/cli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "4.11.3"
1
+ __version__ = "4.11.4"
@@ -5,7 +5,7 @@ from typing import Any, TypedDict
5
5
 
6
6
  from astrbot.core.utils.astrbot_path import get_astrbot_data_path
7
7
 
8
- VERSION = "4.11.3"
8
+ VERSION = "4.11.4"
9
9
  DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
10
10
 
11
11
  WEBHOOK_SUPPORTED_PLATFORMS = [
@@ -989,17 +989,6 @@ CONFIG_METADATA_2 = {
989
989
  "api_base": "http://127.0.0.1:1234/v1",
990
990
  "custom_headers": {},
991
991
  },
992
- "ModelStack": {
993
- "id": "modelstack",
994
- "provider": "modelstack",
995
- "type": "openai_chat_completion",
996
- "provider_type": "chat_completion",
997
- "enable": True,
998
- "key": [],
999
- "api_base": "https://modelstack.app/v1",
1000
- "timeout": 120,
1001
- "custom_headers": {},
1002
- },
1003
992
  "Gemini_OpenAI_API": {
1004
993
  "id": "google_gemini_openai",
1005
994
  "provider": "google",
@@ -45,6 +45,8 @@ class Metric:
45
45
 
46
46
  Powered by TickStats.
47
47
  """
48
+ if os.environ.get("ASTRBOT_DISABLE_METRICS", "0") == "1":
49
+ return
48
50
  base_url = "https://tickstats.soulter.top/api/metric/90a6c2a1"
49
51
  kwargs["v"] = VERSION
50
52
  kwargs["os"] = sys.platform
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AstrBot
3
- Version: 4.11.3
3
+ Version: 4.11.4
4
4
  Summary: Easy-to-use multi-platform LLM chatbot and development framework
5
5
  License-File: LICENSE
6
6
  Keywords: Astrbot,Astrbot Module,Astrbot Plugin
@@ -196,8 +196,6 @@ uv run main.py
196
196
  - [Matrix](https://github.com/stevessr/astrbot_plugin_matrix_adapter)
197
197
  - [KOOK](https://github.com/wuyan1003/astrbot_plugin_kook_adapter)
198
198
  - [VoceChat](https://github.com/HikariFroya/astrbot_plugin_vocechat)
199
- - [Bilibili 私信](https://github.com/Hina-Chat/astrbot_plugin_bilibili_adapter)
200
- - [wxauto](https://github.com/luosheng520qaq/wxauto-repost-onebotv11)
201
199
 
202
200
  ## 支持的模型服务
203
201
 
@@ -42,7 +42,7 @@ astrbot/builtin_stars/web_searcher/metadata.yaml,sha256=aHAKtP8UZJaddzIN2eFfglTO
42
42
  astrbot/builtin_stars/web_searcher/engines/__init__.py,sha256=yQtZwF4E19yVcyRIOLP9KEgnADXjeQd-AmCtVZtvjBs,4269
43
43
  astrbot/builtin_stars/web_searcher/engines/bing.py,sha256=pn3DPR-5SO2D_RtBIU3l9Ph7PTUB-FCZAMCYuk6kd6Q,1035
44
44
  astrbot/builtin_stars/web_searcher/engines/sogo.py,sha256=YA7pA5-335r7UgKpyUPAeGGZQbYEwDBO8bm08Ro8Xg0,1701
45
- astrbot/cli/__init__.py,sha256=tq___BhMIhqv1I2DKDcTbfR5QkJd625OEsaGk-PlmSk,23
45
+ astrbot/cli/__init__.py,sha256=QPnteierOJs0eckG3P62d_iXumCLJmKdJvV5init9Fs,23
46
46
  astrbot/cli/__main__.py,sha256=QobgMyFoLNTgI_OYddhGOZ9ZvQeBVjjz79mA2cC2OEU,1758
47
47
  astrbot/cli/commands/__init__.py,sha256=eAgppZQIqFO1ylQJFABeYrzQ0oZqPWjtE80aKIPB3ks,149
48
48
  astrbot/cli/commands/cmd_conf.py,sha256=6-YLicBt_zjWTzaVLUJ1VQLQPbDEPYACB9IVnN8Zvng,6330
@@ -99,7 +99,7 @@ astrbot/core/backup/exporter.py,sha256=tULFmXhYqRhJtAwePFkxXMSKqct1MSMyISv9LrfKw
99
99
  astrbot/core/backup/importer.py,sha256=efGW5-5ZAfvN1mg4rcc5OrcFTLfyj7L9T0Yd7SBUlNo,28618
100
100
  astrbot/core/config/__init__.py,sha256=vZjtpC7vr-IvBgSUtbS04C0wpulmCG5tPmcEP1WYE_4,172
101
101
  astrbot/core/config/astrbot_config.py,sha256=5r2VhCNO4VuGCqct12g10-TcvAKyXV40-suk5vRMGns,6436
102
- astrbot/core/config/default.py,sha256=s6xjysEVYftrWR9Gvi6nkLtq4xjYNe-3nGtzPyupcZc,154450
102
+ astrbot/core/config/default.py,sha256=gUZbkTv-sTmIQnG-fc1YCxUJo3X7GAjZBxdp_0j5gS0,153953
103
103
  astrbot/core/config/i18n_utils.py,sha256=HJn_0XeeVS9ryCBelYfnc0nEn10LlX702fcSSFrF1J8,3879
104
104
  astrbot/core/db/__init__.py,sha256=fSL1KjluzLt0Qi3XhUuw2qtLrFHSJrInWNECJhb1pUA,13440
105
105
  astrbot/core/db/po.py,sha256=wvqf1s0ECGRfBCOfbBxSd4UOaSLLpXxZrkMPU7vli1w,12232
@@ -278,7 +278,7 @@ astrbot/core/utils/file_extract.py,sha256=I9jgcaPYK74-BwuI18oUpoupnPYINeP3QFD3kF
278
278
  astrbot/core/utils/io.py,sha256=WUgM6V9_a-hi3CRKS9a-RFRAkZ5yu0M3WgpbR3-3tCw,10817
279
279
  astrbot/core/utils/llm_metadata.py,sha256=n1KUfIFeDs7f3ZzeqfWGTtSvZHP1OoFAx3Sr_fpoiKg,2152
280
280
  astrbot/core/utils/log_pipe.py,sha256=jphGRAdmzhBVRKdpJwOP1AtpbGlun9v7Cr50kHZtlyo,883
281
- astrbot/core/utils/metrics.py,sha256=CxEkdV2gJai0mw1IbL4DJ81WiQ5mY7v9M_-T6UtRJDs,2427
281
+ astrbot/core/utils/metrics.py,sha256=FLt6AmoQSSTiomCKa-vkPPLtdnXyLJ5SAtAOJvlAAxU,2512
282
282
  astrbot/core/utils/migra_helper.py,sha256=eC4gwY92GzW4l5TTsYvZAIwQlHZI0XwvV8kApzsaxiI,6562
283
283
  astrbot/core/utils/path_util.py,sha256=FXx9oBrsL-dcq-6OlmiSwk2ygqJ9vMmkCBEi2sL50f8,3050
284
284
  astrbot/core/utils/pip_installer.py,sha256=0XIHDAHHmY-hej6sgFdMl0R0FdUAf3Bgsp26t28g6GI,2509
@@ -318,8 +318,8 @@ astrbot/dashboard/routes/static_file.py,sha256=7KnNcOb1BVqSTft114LhGsDkfg69X2jHE
318
318
  astrbot/dashboard/routes/t2i.py,sha256=F6smxdL99MF7cRw3hqS6-2GErw8Zhsv0V0mfBUeEk-c,8931
319
319
  astrbot/dashboard/routes/tools.py,sha256=mMwVFw_VOlpqy_WZg1A-ddGtYa5L5QLWYawl37PT0-c,15354
320
320
  astrbot/dashboard/routes/update.py,sha256=qXiqQ_dbqRVftOzGgCQrvK8-qopVK6zKhhVVJ9SK26U,6648
321
- astrbot-4.11.3.dist-info/METADATA,sha256=UOnz6EH5AwkiU3TpCNmWrrI9tD9xxdx0ryTSij0i5fA,12025
322
- astrbot-4.11.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
323
- astrbot-4.11.3.dist-info/entry_points.txt,sha256=OEF09YmhBWYuViXrvTLLpstF4ccmNwDL8r7nnFD0pfI,53
324
- astrbot-4.11.3.dist-info/licenses/LICENSE,sha256=zPfQj5Mq8-gThIiBcxETr7t8gND9bZWOjTGQAr80TQI,34500
325
- astrbot-4.11.3.dist-info/RECORD,,
321
+ astrbot-4.11.4.dist-info/METADATA,sha256=gs8siNk5YHihwUM8LgmzXsfa-LFAqHKV-1RxJV6a-oM,11873
322
+ astrbot-4.11.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
323
+ astrbot-4.11.4.dist-info/entry_points.txt,sha256=OEF09YmhBWYuViXrvTLLpstF4ccmNwDL8r7nnFD0pfI,53
324
+ astrbot-4.11.4.dist-info/licenses/LICENSE,sha256=zPfQj5Mq8-gThIiBcxETr7t8gND9bZWOjTGQAr80TQI,34500
325
+ astrbot-4.11.4.dist-info/RECORD,,