中文 | English
GoldenDict external program written in Golang for translating with LLM API.
Download goldendict-llm.exe from Release
You can define different Adapters to quickly switch by modifying the adapter field.
adapter: siliconflow
adapters:
openai:
url: "https://api.openai.com/v1/chat/completions"
token: "your-api-key-here"
model: "gpt-3.5-turbo"
siliconflow:
url: "https://api.siliconflow.cn/v1/chat/completions"
token: "your-api-key-here"
model: "Qwen/Qwen2.5-7B-Instruct"The command line should look like: C:\GoldenDict\goldendict-llm.exe -c "C:\GoldenDict\config.yaml" "%GDWORD%"

