word批量处理
篡改猴(tampermonkey)脚本,在4到8分钟随机的时间内点击特定的按钮,我是用来在甲骨文云服务器上抢机器的。 只需要替换var button = document.querySelector('button[type="button"][class*="oui-button"][class*="oui-button-default"][data-test-id="start-button"]');这里为需要点击的按钮就行。可以通过F12查看控制台过滤######来查看日志。
项目官方地址:https://github.com/chatchat-space/Langchain-Chatchat 项目wiki:https://github.com/chatchat-space/Langchain-Chatchat/wiki/ 根据官方地址部署出来有坑,那就是执行python init_database.py --recreate-vs的时候会报错,那是因为模型路径不对,需要手动修改配置文件config目录下的model_config.py中的"llm_model"下的模型路径,这个针对你用…