Commit Graph

5580 Commits

Author SHA1 Message Date
wxg0103 153a3faa8a fix: update WeCom QR code iframe URL to use state instead of accessToken
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-12 11:42:13 +08:00
zhangzhanwei a568cfe893 fix: Whisper stt model 2025-11-12 11:31:53 +08:00
wxg0103 e8c6e75a09 fix: include accessToken in WeCom QR code iframe URL 2025-11-12 11:28:21 +08:00
CaptainB b148152c94 fix: update terminology from "documents" to "problems" in batch generation 2025-11-12 11:05:56 +08:00
shaohuzhang1 523164f319
fix: After adding form collection at the loop node, the variables from subsequent nodes in the loop become empty (#4351) 2025-11-12 10:43:52 +08:00
liqiang-fit2cloud a6a0f56d88 refactor: rename env CORE_WORKER to MAXKB_CORE_WORKER. 2025-11-12 08:55:11 +08:00
CaptainB decd060304 chore: adjust default worker count calculation in command.py
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-11 20:41:55 +08:00
liqiang-fit2cloud 71165cdb71 refactor: add code comment.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-11 18:32:52 +08:00
liqiang-fit2cloud d0f696d222 Merge remote-tracking branch 'origin/v2' into v2 2025-11-11 18:13:32 +08:00
liqiang-fit2cloud 324f836fdd refactor: never restart core worker if worker=1. 2025-11-11 18:13:21 +08:00
wangdan-fit2cloud fc35a6b3ae fix: Fixing the display of conversation time during dialogue 2025-11-11 17:09:18 +08:00
wangdan-fit2cloud ecdbeaad73 feat: The dividing line in the directory section can be dragged and dropped 2025-11-11 15:54:07 +08:00
wxg0103 371e4e6a09 fix: remove streaming parameter from GeminiImage initialization 2025-11-11 14:47:56 +08:00
CaptainB 3b448ddec7 chore: update element-plus to 2.11.7 and jspdf to 3.0.3 in package.json 2025-11-11 13:33:29 +08:00
zhangzhanwei f1766f921b fix: Application read permission
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-10 11:38:22 +08:00
zhangzhanwei 7f1299e8c5 fix: When having read permission for the application, the application settings page can be viewed 2025-11-10 10:58:16 +08:00
liqiang-fit2cloud 1ed1bbc1b0 refactor: throw EACCES error for IP, throw EAI_FAIL for domain name.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-10 10:08:57 +08:00
liqiang-fit2cloud ad1742fd0f refactor: delete .SANDBOX_BANNED_HOSTS file if SANDBOX_PYTHON_BANNED_KEYWORDS is empty/ 2025-11-10 09:39:54 +08:00
CaptainB da73582093 refactor: enhance init_scheduler to include xpack job execution
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-11-07 21:12:29 +08:00
CaptainB 42d91e232b refactor: remove scheduler service and related code 2025-11-07 21:02:27 +08:00
wxg0103 0ca2306039 fix: add optional chaining to breadcrumbData length check 2025-11-07 18:09:46 +08:00
shaohuzhang1 ccc8c06c51
refactor: add cl100k_base.tiktoken tokenizer. (#4331)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-07 16:09:26 +08:00
liqiang-fit2cloud f6c70da5ff refactor: add cl100k_base.tiktoken tokenizer. 2025-11-07 15:34:36 +08:00
liqiang-fit2cloud f9c1742b43 refactor: change model path in MKTokenizer. 2025-11-07 14:57:04 +08:00
shaohuzhang1 f457588cd5
feat: Local model validation using local_madel (#4330) 2025-11-07 14:43:40 +08:00
shaohuzhang1 3f6453eb3a
feat: Using the HuggingFace tokenizer (#4329) 2025-11-07 13:29:17 +08:00
liqiang-fit2cloud fa0cd61584 fix: ensure worker count is properly converted to integer for max_requests 2025-11-07 11:18:02 +08:00
liqiang-fit2cloud 9a0fa37254 fix: fix typo. 2025-11-07 11:12:57 +08:00
liqiang-fit2cloud 180ee40cdc refactor: set MAXKB_SANDBOX_HOME env. 2025-11-07 11:10:14 +08:00
liqiang-fit2cloud 22fb0b55bf Merge remote-tracking branch 'origin/v2' into v2 2025-11-07 11:02:27 +08:00
liqiang-fit2cloud 83814b30f2 refactor: ban host.docker.internal access by default. 2025-11-07 11:02:17 +08:00
CaptainB fe7d75d720 fix: ensure worker count is properly converted to integer for max_requests 2025-11-07 10:33:06 +08:00
CaptainB a8dc1e00d4 fix: add .SANDBOX_BANNED_HOSTS to .gitignore 2025-11-07 10:20:28 +08:00
CaptainB 6b8a9bdc74 fix: correct parameter name for graceful timeout in Gunicorn configuration 2025-11-07 10:19:40 +08:00
liqiang-fit2cloud 7a4594db66 refactor: set timeout for workers. 2025-11-07 10:13:24 +08:00
liqiang-fit2cloud 207a67dcc2 refactor: never restart scheduler worker if worker=1. 2025-11-07 10:04:16 +08:00
liqiang-fit2cloud ea2c2f9e2b refactor: never restart local_model worker if LOCAL_MODEL_HOST_WORKER=1. 2025-11-07 09:58:15 +08:00
liqiang-fit2cloud ff570a3c71 refactor: read SANDBOX_BANNED_HOSTS from file instead of env. 2025-11-07 09:47:35 +08:00
wangdan-fit2cloud 1263592221 feat: Folder directories support moving or dragging.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-06 21:02:55 +08:00
shaohuzhang1 6df1e19eaa
fix: dependency package (#4328) 2025-11-06 20:17:21 +08:00
CaptainB 806393f28c fix: update globals_v initialization to use an empty dictionary in tool_code.py 2025-11-06 17:18:23 +08:00
liqiang-fit2cloud 0bd9e170fb Merge remote-tracking branch 'origin/v2' into v2 2025-11-06 16:52:57 +08:00
liqiang-fit2cloud c1fbb41aa5 refactor: forbidden access by hostname or docker ip. 2025-11-06 16:52:47 +08:00
shaohuzhang1 8cabf823e8
fix: dependency package (#4325)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-06 16:46:20 +08:00
liqiang-fit2cloud f0ecad6de1 refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_BANNED_HOSTS 2025-11-06 15:41:35 +08:00
shaohuzhang1 1b464c4d8f
fix: Rearrange model dependency (#4324) 2025-11-06 14:24:48 +08:00
liqiang-fit2cloud 3ab17c61ff Merge remote-tracking branch 'origin/v2' into v2 2025-11-06 11:23:20 +08:00
liqiang-fit2cloud 6e39df454c refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_ALLOW_HOST_REGEXES 2025-11-06 11:23:09 +08:00
shaohuzhang1 8a0a807763
fix: Set the startup environment variables (#4322) 2025-11-06 11:22:36 +08:00
CaptainB 6ac10785c9 fix: set environment variables for LD_PRELOAD and SANDBOX_ALLOW_HOSTS_REGEXES in sandbox execution 2025-11-06 11:10:37 +08:00