Yushen CHEN

Results 3 comments of Yushen CHEN

I think this error doesn't matter. In fact 200 figures were just rightly output in your assigned folder without a long scoll-down overview of all-200-in-one figure. If you try with...

试了下用修改插件文件.xpi的方法实现用GPT位置调用DeepSeek zotero-pdf-translate.xpi右键用如Bandzip查看编辑 pref.js里添加在最下面(覆盖掉原本openai gpt) pref("extensions.zotero.ZoteroPDFTranslate.gptModel", "deepseek-chat"); 保存;应用修改的文件到压缩文件 然后安装进zotero6 使用方法: api接口:https://api.deepseek.com/v1/chat/completions 模型选 deepseek-chat temperature官方说1.1适用翻译,0适用代码生成;感觉就默认的1就行

> 2. OpenGL.error.Error: Attempt to retrieve context when no valid context personally solved with https://github.com/Genesis-Embodied-AI/Genesis/issues/37#issuecomment-2553368222 i.e. ```python import os os.environ['PYOPENGL_PLATFORM'] = 'glx' import genesis ``` or just ```Bash export PYOPENGL_PLATFORM=glx...