Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 949 Bytes

File metadata and controls

37 lines (23 loc) · 949 Bytes

DevPilot Gateway使用手册

中文English

技术架构流程图

DevPilot插件与Gateway之间的交互流程如下:

sequenceDiagram
    participant plugin as DevPilot Plugin
    participant gateway as DevPilot Gateway
    participant openai as OpenAI
    plugin->>gateway: 请求
    gateway->>openai: 请求
    openai-->>gateway: 响应
    gateway-->>plugin: 响应
Loading

下载插件代码

DevPilot IntelliJ IDEA

DevPilot IntelliJ IDEA

DevPilot Visual Studio Code

DevPilot Visual Studio Code

设置 LLM API Key

BUILD_GATEWAY.md

贡献

更多信息请查看CONTRIBUTING_ZH.md