gpt_academic/crazy_functions/pdf_fns
Steven Moder 4a79aa6a93
typo: Fix typos and rename functions across multiple files (#2130)
* typo: Fix typos and rename functions across multiple files

This commit addresses several minor issues:
- Corrected spelling of function names (e.g., `update_ui_lastest_msg` to `update_ui_latest_msg`)
- Fixed typos in comments and variable names
- Corrected capitalization in some strings (e.g., "ArXiv" instead of "Arixv")
- Renamed some variables for consistency
- Corrected some console-related parameter names (e.g., `console_slience` to `console_silence`)

The changes span multiple files across the project, including request LLM bridges, crazy functions, and utility modules.

* fix: f-string expression part cannot include a backslash (#2139)

* raise error when the uploaded tar contain hard/soft link (#2136)

* minor bug fix

* fine tune reasoning css

* upgrade internet gpt plugin

* Update README.md

* fix GHSA-gqp5-wm97-qxcv

* typo fix

* update readme

---------

Co-authored-by: binary-husky <96192199+binary-husky@users.noreply.github.com>
Co-authored-by: binary-husky <qingxu.fu@outlook.com>
2025-03-02 02:16:10 +08:00
..
breakdown_txt.py Merge Latest Frontier (#1991) 2024-10-05 17:09:18 +08:00
parse_pdf.py typo: Fix typos and rename functions across multiple files (#2130) 2025-03-02 02:16:10 +08:00
parse_pdf_grobid.py typo: Fix typos and rename functions across multiple files (#2130) 2025-03-02 02:16:10 +08:00
parse_pdf_legacy.py Merge Latest Frontier (#1991) 2024-10-05 17:09:18 +08:00
parse_pdf_via_doc2x.py 改进Doc2X请求,并增加xelatex编译的支持 (#2058) 2024-12-07 23:23:59 +08:00
parse_word.py typo: Fix typos and rename functions across multiple files (#2130) 2025-03-02 02:16:10 +08:00
report_gen_html.py 微调HTML 2023-10-20 10:43:05 +08:00
report_template.html 新版HTML报告页面 2023-10-16 22:13:59 +08:00
report_template_v2.html introduce doc2x 2024-04-15 01:57:31 +08:00