-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |