This gist is for zotero-pdf-translate.
Please ask your question at repo issues for faster responses
请在仓库issue进行提问以获得更快的回复
- Register an account on the OpenAI website.
- After successful registration, go to API keys and create an key, which looks like
sk-XXXXXX
. - Fill in the url with the complete URL, such as
https://api.openai.com/v1/chat/completions
. - For the model, enter a model name such as
gpt-4o
. - When using the official OpenAI API, ensure your network environment allows direct connection to OpenAI .
- When using a 3-party OpenAI compatible API, follow the same format as above.
您好,请问一下后续会考虑一下自定义的本地部署模型想deepseek、Qwen 3这样的可以思考的模型添加一个禁止思考的选项吗,就是直接可以输出翻译的文本而不是先思考一串才回复,现在ollama官方已经添加了接口中的选项,可以控制是否呈现思考的过程,参考原文(在2025.5.30新出的功能):https://ollama.com/blog/thinking