tiendung commited on
Commit
73f233a
·
1 Parent(s): 25fe459

show pdf if test=1 only

Browse files
Files changed (1) hide show
  1. pages_helpers.py +7 -6
pages_helpers.py CHANGED
@@ -489,9 +489,10 @@ https://vietnamnet.vn/muc-nuoc-song-cau-o-thai-nguyen-giam-dan-nguoi-dan-tat-bat
489
  https://vtcnews.vn/trieu-nu-cuoi-huong-ve-thai-nguyen-sau-con-bao-ar895714.html
490
  """.strip()
491
 
492
- default_urls_input = """
493
- https://vnexpress.net/sam-altman-ai-thong-minh-hon-con-nguoi-trong-vai-nghin-ngay-toi-4796649.html
494
- https://vnexpress.net/may-tram-chay-ai-gia-tram-trieu-dong-tai-viet-nam-4796490.html
495
- https://www.vngcloud.vn/blog/what-are-large-language-models
496
- https://arxiv.org/pdf/2305.13673
497
- """.strip()
 
 
489
  https://vtcnews.vn/trieu-nu-cuoi-huong-ve-thai-nguyen-sau-con-bao-ar895714.html
490
  """.strip()
491
 
492
+ if os.getenv("test", 0) == "1":
493
+ default_urls_input = """
494
+ https://vnexpress.net/sam-altman-ai-thong-minh-hon-con-nguoi-trong-vai-nghin-ngay-toi-4796649.html
495
+ https://vnexpress.net/may-tram-chay-ai-gia-tram-trieu-dong-tai-viet-nam-4796490.html
496
+ https://www.vngcloud.vn/blog/what-are-large-language-models
497
+ https://arxiv.org/pdf/2305.13673
498
+ """.strip()