juechafun/Untitled 15.md

57 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
#领域/未知
#复盘/0 #临时/备忘 #状态/待处理
20260509-备忘-主题名-文件内容
## 一句话描述
[________]
---
```yaml
  custom:
    - name: "Deepseek"
      apiKey: "${OPENAI_DEEPSEEK_API_KEY}"
      baseURL: "https://api.deepseek.com/v1"
      models:
        default: ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"]
        fetch: false
      titleConvo: true
      titleModel: "deepseek-chat"
      modelDisplayLabel: "Deepseek"
    - name: "Alibailian"
      apiKey: "${OPENAI_ALIBAILIAN_API_KEY}"
      baseURL: "https://dashscope.aliyuncs.com/compatible-mode/v1"
      models:
        default: ["qwen3.6-flash-2026-04-16"]
        fetch: false
      titleConvo: true
      titleModel: "qwen3.6-flash-2026-04-16"
      modelDisplayLabel: "Qwen3"
     
    - name: "MaxKB"
      apiKey: "agent-d399a24728ebca8b87193326e4963617"
      baseURL: "http://192.168.0.151:8080/chat/api/019e0542-74a5-77d2-8b64-8ba18457b4d3"
      models:
        default: ["maxkb-chat"]
        fetch: false
      titleConvo: true
      titleModel: "maxkb-chat"
      modelDisplayLabel: "MaxKB"
    - name: "Dify"
      apiKey: "sk-NdKMIUW5cuGHGXDimJ4c8TtURWIIkpTPhJdCxJCpXXQFoyqU"
      baseURL: "http://192.168.0.151:30104/v1" # 把localhost换成你NewAPI的实际IP
      models:
        default: ["juecha"]
        fetch: false
      titleConvo: false
      modelDisplayLabel: "Dify"
      type: "openai"
```