Commit History

Restore to commit 11a233f + add text message saving for ZGR group with detailed HELP_INSTRUCTIONS
35f8545
Running
verified

bep40 commited on

Fix: separate filename timestamp (20260819_080847) from record timestamp (2026-08-19 08:08:47) to prevent ArrowInvalid when dataset viewer parses timestamp field. Also fix proxy template to use same pattern.
2782905
verified

bep40 commited on

Fix: extract photo_url from logs, debug info shows actual image URL, check save results, add time field, use photo field from Zalo API + OCR with Vintern-1B for Vietnamese text extraction
4718f28
verified

bep40 commited on

Fix: use photo field from Zalo API, add Vietnamese OCR with Vintern-1B, include photo_url in logs, check save result before logging success, add time field to all log entries, OCR text parsing for product_name/description/price/category
4bd0bbb
verified

bep40 commited on

Fix: include photo_url in logs, check save result before logging success, add time field to image event logs, save caption as description
187a051
verified

bep40 commited on

Fix: handle message.image.received events with photo_url from Zalo - save images to main dataset (zgr-b7e1e71cf5701c2e4561)
07733d8
verified

bep40 commited on

Fix SyntaxError: bracket escaping in f-strings for ZGR logs page
11a233f
verified

bep40 commited on

Emergency fix: ZGR logs page now displays ALL webhook events including sender_id, text, image_url, and metadata. Previous version had no logs because sender_id filter was too strict.
888eb4e
verified

bep40 commited on

Fix proxy-spaces page rendering - use f-string properly with pre-computed values
eb1a9f8
verified

bep40 commited on

Fix SyntaxError: replace nested f-string with string concatenation to avoid escape character issues. Use f-string with weight variable instead of inline expression with quotes.
bf1bf32
verified

bep40 commited on

Restore full app.py with all fixes: CSS brace fix, MAIN_DATASET_ID, zgr logs tab, success message with zalo.me link
8c06e2d
verified

bep40 commited on

Restore full app.py with all fixes (CSS brace fix, main dataset, zgr logs tab, success message)
25fa582
verified

bep40 commited on

test
b3d8345
verified

bep40 commited on

Add: zgr-b7e1e71cf5701c2e4561 logs tab + dual dataset save + product name extraction + success message with zalo.me link + CSS brace fix
a6179ee
verified

bep40 commited on

Fix: escape CSS braces in proxy template + add MAIN_DATASET_ID for centralized product data collection from all users
aa94e0c
verified

bep40 commited on

Update: include zalo.me bot link in success notification so users can continue setup on their own bot
ed1ca3f
verified

bep40 commited on

Fix: escape CSS braces in proxy template f-string to prevent NameError(font) when creating proxy spaces
a095370
verified

bep40 commited on

Add dataset auto-creation, /proxy-spaces management page, clean template
bb37973
verified

bep40 commited on

Fix: proper HTML string concatenation in proxy-spaces route
8b1c5a2
verified

bep40 commited on

Fix: always send detailed success reply; add /proxy-spaces page on proxy space
0a826d9
verified

bep40 commited on

Add dataset auto-creation per user with image/desc/price/category, delete button, and improved webhook reply
21e7ec9
verified

bep40 commited on

Add delete button on /proxy-spaces and unique proxy space names
07a7614
verified

bep40 commited on

fix: handle rate limit (429) for Space creation + pre-check if Space already exists before create_repo
8c28fc7
verified

bep40 commited on

fix: use content variable instead of inline ternary in proxy template to avoid nested quotes syntax error
3b63b16
verified

bep40 commited on

fix: escape log variable in proxy template f-string ({{log['event']}} not {log['event']}) — prevents KeyError during template evaluation; fixes 'name log is not defined' error when creating proxy spaces
b55f9d7

bep40 commited on

fix: use path_or_fileobj param name for upload_file (huggingface_hub 1.27 API fix)
e0e1630

bep40 commited on

feat: persist proxy spaces to Space repo file (proxy_spaces.json) so list survives rebuilds; add _load_proxy_spaces on startup + _save_proxy_spaces after creation
26be9bf

bep40 commited on

fix: proxy space /logs endpoint — use PROXY_NAME instead of undefined repo_id variable
4af3180

bep40 commited on

fix: correct audioop stub syntax; add GET /webhooks to proxy, /logs page in proxy, auto-reply welcome msg, auto setWebhook with user token, /proxy-spaces management page + Gradio tab
a63f5b8

bep40 commited on

fix: Dockerfile ENV backslash escaping causing BUILD_ERROR in proxy spaces
a802ddd

bep40 commited on

fix: add create_repo before upload_folder (proxy space must exist first); handle HF_TOKEN env discovery in Spaces
8480e06

bep40 commited on

fix: auto-discover HF_TOKEN via get_token() fallback + clear error when missing; ensure Space can create proxy sub-spaces
c12390b

bep40 commited on

fix: add missing 'import requests' in proxy space template; use pathlib.Path for tmp file creation
394c585

bep40 commited on

fix: use pathlib.Path(tmp, ...) instead of f-string {{tmp}} which produced literal '{tmp}' path
f2c3005

bep40 commited on

feat: help instructions use proxy URL pattern + logs page redesign for detailed user info
38a2976

bep40 commited on

fix: correct bot naming examples in help instructions
105caa3

bep40 commited on

fix: parse Zalo webhook payload under result.* + log detail (name/id/chat_type) + reply all messages with bot creator setup guide
a0c3770

bep40 commited on

Upload app.py
9b34d79
verified

bep40 commited on

Upload app.py
dc58a31
verified

bep40 commited on

Upload app.py
30b79e6
verified

bep40 commited on

Upload app.py
cc87682
verified

bep40 commited on

Upload app.py
a6d32ff
verified

bep40 commited on

Upload app.py
2829ac7
verified

bep40 commited on

Upload app.py
84f187c
verified

bep40 commited on

Upload app.py
54fdaba
verified

bep40 commited on

Upload app.py
18b49da
verified

bep40 commited on

Upload app.py
b66f233
verified

bep40 commited on

Upload app.py
af97ca4
verified

bep40 commited on

Fix: blocks->demo variable name mismatch
587ea61
verified

bep40 commited on

Rename blocks->demo, use Docker CMD python app.py
f39622c
verified

bep40 commited on