DeepSeek.example 242 B

123456789
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "DeepSeekSettings": {
  4. "SourceLang": "zh-cn",
  5. "ApiUrl": "https://api.deepseek.com/v1/chat/completions",
  6. "ApiKey": "你的 API KEY"
  7. }
  8. }