entari-plugin-hyw 4.0.0rc1__py3-none-any.whl → 4.0.0rc2__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.
Potentially problematic release.
This version of entari-plugin-hyw might be problematic. Click here for more details.
- entari_plugin_hyw/__init__.py +8 -0
- {entari_plugin_hyw-4.0.0rc1.dist-info → entari_plugin_hyw-4.0.0rc2.dist-info}/METADATA +1 -1
- {entari_plugin_hyw-4.0.0rc1.dist-info → entari_plugin_hyw-4.0.0rc2.dist-info}/RECORD +5 -5
- {entari_plugin_hyw-4.0.0rc1.dist-info → entari_plugin_hyw-4.0.0rc2.dist-info}/WHEEL +0 -0
- {entari_plugin_hyw-4.0.0rc1.dist-info → entari_plugin_hyw-4.0.0rc2.dist-info}/top_level.txt +0 -0
entari_plugin_hyw/__init__.py
CHANGED
|
@@ -129,6 +129,14 @@ class HywConfig(BasicConfModel):
|
|
|
129
129
|
model_provider: Optional[str] = None
|
|
130
130
|
vision_model_provider: Optional[str] = None
|
|
131
131
|
instruct_model_provider: Optional[str] = None
|
|
132
|
+
|
|
133
|
+
# Search/Fetch Settings
|
|
134
|
+
search_timeout: float = 10.0
|
|
135
|
+
search_retries: int = 2
|
|
136
|
+
fetch_timeout: float = 15.0
|
|
137
|
+
fetch_max_results: int = 5
|
|
138
|
+
fetch_blocked_domains: List[str] = field(default_factory=lambda: ["wikipedia.org", "csdn.net", "sohu.com", "sogou.com"])
|
|
139
|
+
|
|
132
140
|
# Fetch Model Config
|
|
133
141
|
fetch_model_name: Optional[str] = None
|
|
134
142
|
fetch_api_key: Optional[str] = None
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
entari_plugin_hyw/__init__.py,sha256=
|
|
1
|
+
entari_plugin_hyw/__init__.py,sha256=yg1J-jzz93YGZbNPy5hVFbxUPThE_PjPDv50a_3HEvM,17189
|
|
2
2
|
entari_plugin_hyw/history.py,sha256=zYtON0FgkA_AcXerLV335OzpIP30eAxDEp7NHCFFXis,7016
|
|
3
3
|
entari_plugin_hyw/image_cache.py,sha256=t8pr1kgH2ngK9IhrBAhzUqhBWERNztUywMzgCFZEtQk,9899
|
|
4
4
|
entari_plugin_hyw/misc.py,sha256=b0KPCUrf1GuCY0Mx29Sn5sREg1fxR1OyYEl4O4Omsys,4553
|
|
@@ -82,7 +82,7 @@ entari_plugin_hyw/card-ui/src/components/HelloWorld.vue,sha256=yvBIzJua9BfikUOR1
|
|
|
82
82
|
entari_plugin_hyw/card-ui/src/components/MarkdownContent.vue,sha256=JO1sKThQB42bVl5382BkxpDEyRpAK7oGcmdj1LY5P64,13190
|
|
83
83
|
entari_plugin_hyw/card-ui/src/components/SectionCard.vue,sha256=owcDNx2JYVmF2J5SYCroR2gvg_cPApQsNunjK1WJpVI,1433
|
|
84
84
|
entari_plugin_hyw/card-ui/src/components/StageCard.vue,sha256=cC0TeJ4AhtN3sJEXenVpl2Eq5901GKC59qpDUNH2SZE,10964
|
|
85
|
-
entari_plugin_hyw-4.0.
|
|
86
|
-
entari_plugin_hyw-4.0.
|
|
87
|
-
entari_plugin_hyw-4.0.
|
|
88
|
-
entari_plugin_hyw-4.0.
|
|
85
|
+
entari_plugin_hyw-4.0.0rc2.dist-info/METADATA,sha256=RuHuFP3bs5GP3ICUjZOEr-1TC_CYTBARrBXe01fxY10,3746
|
|
86
|
+
entari_plugin_hyw-4.0.0rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
87
|
+
entari_plugin_hyw-4.0.0rc2.dist-info/top_level.txt,sha256=TIDsn6XPs6KA5e3ezsE65JoXsy03ejDdrB41I4SPjmo,18
|
|
88
|
+
entari_plugin_hyw-4.0.0rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|