pycharm 使用 translation 插件通过openai进行翻译

pycharm 使用 translation 插件通过openai进行翻译

  • [1. 安装插件](#1. 安装插件)
  • [2. 配置插件](#2. 配置插件)
  • [3. 翻译](#3. 翻译)

1. 安装插件

2. 配置插件

3. 翻译


调用 openai 时使用的提示词如下:

复制代码
'<|im_start|>system\nYou are a translation engine that can only translate text and cannot interpret it.<|im_end|>\n<|im_start|>user\nTranslate to Simplified Chinese.<|im_end|>\n<|im_start|>user\n"largest"<|im_end|>\n<|im_start|>assistant\n'

完结!

相关推荐
武子康1 小时前
🔥 多 GPU 推理决策顺序全解:单卡 → DP → TP → PP → EP 怎么选(vLLM/TensorRT-LLM/SGLang)
人工智能·llm·openai
小四的小六2 小时前
AI产品翻车实录:模型总结幻觉的三大类型与检测方案
前端·openai·ai编程
AINative软件工程2 小时前
Agent 任务别只存日志:Checkpoint Replay 才是生产排障的底座
openai
怕浪猫3 小时前
第13章 评估与评测:如何衡量Agent的好坏
langchain·openai·ai编程
m沐沐15 小时前
【深度学习】dlib 人脸关键点检测
人工智能·深度学习·opencv·计算机视觉·pycharm·人脸识别·关键点检测
VIP_CQCRE2 天前
用 Ace Data Cloud 快速接入 OpenAI Chat Completion API:从基础调用到多模态应用
ai·chatgpt·openai·api·acedatacloud
daphne odera�2 天前
PyCharm 中 Codex 插件启动失败:unknown variant default 的解决方法
python·chatgpt·pycharm
小Bk2 天前
我用 Next.js 16 + DeepSeek API 做了一个 AI 简历吐槽器,已开源
openai·next.js·deepseek
TrisighT2 天前
Agent 的工具调用我从来不用官方推荐那套写法——4 个我实测下来更稳的隐藏用法
aigc·openai·cursor
AINative软件工程2 天前
别只会重试:LLM JSON 失败 5 类修复法
openai