bep40 commited on
Commit
264d8ac
·
verified ·
1 Parent(s): 774117b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -12
README.md CHANGED
@@ -7,26 +7,41 @@ sdk: static
7
  pinned: false
8
  tags:
9
  - ml-intern
 
 
 
10
  ---
11
 
12
- # bep40/V.AISTUDIO
13
 
14
  <!-- ml-intern-provenance -->
15
  ## Generated by ML Intern
16
 
17
- This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
18
 
19
- - Try ML Intern: https://smolagents-ml-intern.hf.space
20
- - Source code: https://github.com/huggingface/ml-intern
21
 
22
- ## Usage
 
23
 
24
- ```python
25
- from transformers import AutoModelForCausalLM, AutoTokenizer
 
 
26
 
27
- model_id = 'bep40/V.AISTUDIO'
28
- tokenizer = AutoTokenizer.from_pretrained(model_id)
29
- model = AutoModelForCausalLM.from_pretrained(model_id)
30
- ```
31
 
32
- For non-causal architectures, replace `AutoModelForCausalLM` with the appropriate `AutoModel` class.
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  tags:
9
  - ml-intern
10
+ - home-appliances
11
+ - kitchen
12
+ - quote
13
  ---
14
 
15
+ # V.AI STUDIO - Hệ thống báo giá & đơn hàng
16
 
17
  <!-- ml-intern-provenance -->
18
  ## Generated by ML Intern
19
 
20
+ This static space was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
21
 
22
+ ## 📊 Tính năng Excel Export
 
23
 
24
+ ### ✅ FIX HOÀN HẢO - Excel tải được 100% (nhiều lần)
25
+ **File fix:** `vai-excel-fix-v2.js` - Multi-download Excel fix
26
 
27
+ ### Các cách áp dụng:
28
+ 1. **Auto Loader** (được tích hợp sẵn): `auto-excel-fix-loader.js`
29
+ 2. **Bookmarklet**: Dùng bookmark `V.AISTUDIO Excel Fix v2.0`
30
+ 3. **Thủ công**: Thêm `<script src="vai-excel-fix-v2.js"></script>` vào index.html
31
 
32
+ ### Hỗ trợ:
33
+ - 💾 **Xuất Excel** trong modal lập báo giá
34
+ - 📋 **GH Excel** trong modal đơn hàng
35
+ - 🔄 **Tải nhiều lần** không bị lỗi
36
 
37
+ ### File quan trọng:
38
+ | File | Chức năng |
39
+ |------|-----------|
40
+ | `vai-excel-fix-v2.js` | Fix chính - multi-download |
41
+ | `auto-excel-fix-loader.js` | Tự động tải fix |
42
+ | `auto-patch-gh-excel.js` | Auto patch GH Excel |
43
+ | `order-store.js` | Quản lý đơn hàng |
44
+ | `qr-payment-v1039.js` | Thanh toán QR + Excel export |
45
+
46
+ ---
47
+ *Cập nhật: 14-07-2026 - ML Intern*