auto-coder-web 0.1.25__py3-none-any.whl → 0.1.27__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.
- auto_coder_web/auto_coder_runner_wrapper.py +5 -1
- auto_coder_web/common_router/auto_coder_conf_router.py +11 -14
- auto_coder_web/common_router/chat_list_router.py +24 -14
- auto_coder_web/common_router/completions_router.py +120 -7
- auto_coder_web/common_router/file_group_router.py +131 -42
- auto_coder_web/common_router/file_router.py +1 -0
- auto_coder_web/lang.py +35 -0
- auto_coder_web/proxy.py +55 -302
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/asset-manifest.json +6 -6
- auto_coder_web/web/index.html +1 -1
- auto_coder_web/web/static/css/main.8a602674.css +6 -0
- auto_coder_web/web/static/css/main.8a602674.css.map +1 -0
- auto_coder_web/web/static/js/{main.66c37ccf.js → main.c14e8b91.js} +3 -3
- auto_coder_web/web/static/js/{main.66c37ccf.js.LICENSE.txt → main.c14e8b91.js.LICENSE.txt} +4 -2
- auto_coder_web/web/static/js/{main.66c37ccf.js.map → main.c14e8b91.js.map} +1 -1
- {auto_coder_web-0.1.25.dist-info → auto_coder_web-0.1.27.dist-info}/METADATA +1 -1
- {auto_coder_web-0.1.25.dist-info → auto_coder_web-0.1.27.dist-info}/RECORD +21 -20
- auto_coder_web/web/static/css/main.95277c5f.css +0 -6
- auto_coder_web/web/static/css/main.95277c5f.css.map +0 -1
- {auto_coder_web-0.1.25.dist-info → auto_coder_web-0.1.27.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.25.dist-info → auto_coder_web-0.1.27.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.25.dist-info → auto_coder_web-0.1.27.dist-info}/top_level.txt +0 -0
@@ -147,6 +147,8 @@ object-assign
|
|
147
147
|
|
148
148
|
/** */
|
149
149
|
|
150
|
+
/** */
|
151
|
+
|
150
152
|
/** */
|
151
153
|
|
152
154
|
/** */
|
@@ -181,6 +183,8 @@ object-assign
|
|
181
183
|
|
182
184
|
/** */
|
183
185
|
|
186
|
+
/** */
|
187
|
+
|
184
188
|
/** */
|
185
189
|
|
186
190
|
/** */
|
@@ -195,8 +199,6 @@ object-assign
|
|
195
199
|
|
196
200
|
/** */
|
197
201
|
|
198
|
-
/** */
|
199
|
-
|
200
202
|
/** */
|
201
203
|
|
202
204
|
/** */
|