Skip to content

Commit

Permalink
feat: update build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
myoss committed Jun 21, 2024
1 parent d1fa9a8 commit c580259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion BUILD_GATEWAY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Prerequisite

If you want to build your own Gateway application, there are some required condition:
1. Set `api-key: "your_openai_api_key_here"` in `application.yaml`
1. Install Java 17 or higher version
2. Install Maven dependencies
3. Set `api-key: "your_openai_api_key_here"` in `application.yaml`
4. Run the project `DevPilotGatewayApp.java`
5 changes: 4 additions & 1 deletion BUILD_GATEWAY_ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 前提条件

如果想构建一个完整的属于你自己的Gateway应用,需要有如下几个条件:
1.`application.yaml` 设置 `api-key: "your_openai_api_key_here"`
1. 安装 Java 17 或更高版本
2. 安装 Maven 依赖
3.`application.yaml` 设置 `api-key: "your_openai_api_key_here"`
4. 运行项目 `DevPilotGatewayApp.java`

0 comments on commit c580259

Please sign in to comment.