auto-coder-web 0.1.115__py3-none-any.whl → 0.1.116__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.
@@ -187,20 +187,34 @@ def load_providers() -> List[Dict]:
187
187
  # Default providers if file doesn't exist
188
188
  default_providers = [
189
189
  {
190
- "name": "volcanoEngine",
191
- "base_url": "https://ark.cn-beijing.volces.com/api/v3",
190
+ "name": "siliconflow",
191
+ "base_url": "https://api.siliconflow.cn/v1",
192
192
  "model_type": "saas/openai",
193
193
  "models": [
194
194
  {
195
- "id": "deepseek-v3-241226",
196
- "name": "Deepseek V3",
195
+ "id": "Pro/deepseek-ai/DeepSeek-R1",
196
+ "name": "Deepseek R1-0528",
197
+ "input_price": 4.0,
198
+ "output_price": 16.0,
199
+ "is_reasoning": True
200
+ },
201
+ {
202
+ "id": "Pro/deepseek-ai/DeepSeek-V3",
203
+ "name": "Deepseek V3-0324",
197
204
  "input_price": 2.0,
198
205
  "output_price": 8.0,
199
206
  "is_reasoning": False
200
- },
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "volcanoEngine",
212
+ "base_url": "https://ark.cn-beijing.volces.com/api/v3",
213
+ "model_type": "saas/openai",
214
+ "models": [
201
215
  {
202
- "id": "deepseek-r1-250120",
203
- "name": "Deepseek R1",
216
+ "id": "deepseek-r1-250528",
217
+ "name": "Deepseek r1-250528",
204
218
  "input_price": 4.0,
205
219
  "output_price": 16.0,
206
220
  "is_reasoning": True
auto_coder_web/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.115"
1
+ __version__ = "0.1.116"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: auto_coder_web
3
- Version: 0.1.115
3
+ Version: 0.1.116
4
4
  Summary: auto-coder.web: A Python Project
5
5
  Author: allwefantasy
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -7,7 +7,7 @@ auto_coder_web/lang.py,sha256=cXypkDesnMwZ0U6D_CZtxhDTAOp__hoJzYTulQ_8xPc,1108
7
7
  auto_coder_web/proxy.py,sha256=PwT96mcywxFJXK1d50LvUW5FidMHxGukSDYHI4tMBHo,12175
8
8
  auto_coder_web/terminal.py,sha256=65F-mjFaZdoKK5k29re7_H7az6mZeOVqTrC8Wuvn-4g,9835
9
9
  auto_coder_web/types.py,sha256=hwHLmYXaCZo-V66dAOsCK2weBAd87gexBeJBpfjO5aU,1693
10
- auto_coder_web/version.py,sha256=w7iUQrCxcREXlc0oJR5V2FHWH8-aYWfF0nTwm9iSFCY,24
10
+ auto_coder_web/version.py,sha256=WH7k6Lp9d5LeVrO9NrIvNHTU68a2Yw4l0K-_6mGJeDk,24
11
11
  auto_coder_web/agentic_message_parser/__init__.py,sha256=a6tHO-3fWK2uIU-E3wPISO3H-5I9XHKjofyPxj-m7pY,358
12
12
  auto_coder_web/agentic_message_parser/message_parser.py,sha256=-uGG2QDXS7aLPi7zJopDwlt0S__JFHgKPPZs68LpKhI,2690
13
13
  auto_coder_web/agentic_message_parser/tool_parsers.py,sha256=hCjd02ErCu5u5EmElOPHc6w0UZFX4M59FVJwfy3WkV8,2653
@@ -23,7 +23,7 @@ auto_coder_web/common_router/file_group_router.py,sha256=gkQp59SVlAkN79S8Gd_ah_5
23
23
  auto_coder_web/common_router/file_router.py,sha256=orTiG9hn-eEd8i4HhMhbob4SsRbbEsJvOxk7CCbhoQY,10759
24
24
  auto_coder_web/common_router/filecacher.py,sha256=3LgmGUqfjUyfRz2rxWvXsP-ovyjGW-t0Cl49Tibhd0Y,4666
25
25
  auto_coder_web/common_router/lib_router.py,sha256=p_BdgvjYri41lRDyAOm-IY7uKSICk2g5lsTsz7zk_Ww,11117
26
- auto_coder_web/common_router/model_router.py,sha256=IWFVpM1MrHEbqtFOn7Ioq0JlDqppDqq3JeqgRFZMZ6c,14498
26
+ auto_coder_web/common_router/model_router.py,sha256=7KIIkC0AcoQgTcPs_yaJ9nvOAs6Ec4bXJe5mRx6ID8U,15005
27
27
  auto_coder_web/expert_routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  auto_coder_web/expert_routers/history_router.py,sha256=9NUPlDQJJY5xhGepj38ej3qXAlbaquJDVaSniNhFpqw,12471
29
29
  auto_coder_web/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -348,8 +348,8 @@ auto_coder_web/web/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=_
348
348
  auto_coder_web/web/sounds/ding-dong.wav,sha256=BveDrGCyt_YMHaJwFJ80L5NfbUF5cl5QjzR-SRehxTk,35324
349
349
  auto_coder_web/web/sounds/gentle-notification.wav,sha256=bzd0MwECdrjmNz7mbqv_y03S7WwD3G6agbIh1rWJ9cQ,72124
350
350
  auto_coder_web/web/sounds/soft-chime.wav,sha256=Akpw7_rHLnX3rE13dRYpyZbmQFLGtp8P53LCdAkT9sA,40364
351
- auto_coder_web-0.1.115.dist-info/METADATA,sha256=BFw2qDlAhNp-r7PDUgTtEJZdcMODoxpdKLUsiujXpQI,1445
352
- auto_coder_web-0.1.115.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
353
- auto_coder_web-0.1.115.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
354
- auto_coder_web-0.1.115.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
355
- auto_coder_web-0.1.115.dist-info/RECORD,,
351
+ auto_coder_web-0.1.116.dist-info/METADATA,sha256=i0NfDCZnxxlAezyLvIe2minMgU83oz6ht4ngoNkm_Ps,1445
352
+ auto_coder_web-0.1.116.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
353
+ auto_coder_web-0.1.116.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
354
+ auto_coder_web-0.1.116.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
355
+ auto_coder_web-0.1.116.dist-info/RECORD,,