Skip to content

Commit 40ca486

Browse files
committed
Upgrade nextjs version to v14.2
1 parent f223144 commit 40ca486

File tree

5 files changed

+106
-99
lines changed

5 files changed

+106
-99
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,14 @@ The azure-openai-proxy has been tested and confirmed to work with the following
7272
| [chatbot-ui](https://github.com/mckaywrigley/chatbot-ui) | [docker-compose.yml](./e2e/chatbot-ui/docker-compose.yml) |
7373
| [chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web) | [docker-compose.yml](./e2e/chatgpt-web/docker-compose.yml) |
7474

75-
7675
To test locally, follow these steps:
7776

7877
1. Clone the repository in a command-line window.
7978
2. Update the `OPENAI_API_KEY` environment variable with `AZURE_RESOURCE_ID:AZURE_MODEL_DEPLOYMENT:AZURE_API_KEY`. Alternatively, update the OPENAI_API_KEY value in the docker-compose.yml file directly.
8079
3. Navigate to the directory containing the `docker-compose.yml` file for the application you want to test.
8180
4. Execute the build command: `docker-compose build`.
8281
5. Start the service: `docker-compose up -d`.
83-
6. Access the application locally using the port defined in the docker-compose.yml file. For example, visit http://localhost:3000.
82+
6. Access the application locally using the port defined in the docker-compose.yml file. For example, visit <http://localhost:3000>.
8483

8584
## FAQs
8685

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ curl -X "POST" "http://localhost:3000/v1/chat/completions" \
7979
3. 导航到包含要测试的应用程序的`docker-compose.yml`文件所在的目录。
8080
4. 执行构建命令:`docker-compose build`
8181
5. 启动服务:`docker-compose up -d`
82-
6. 根据`docker-compose.yml`文件中定义的公开端口,启动应用以在本地进行测试。例如,访问 http://localhost:3000。
82+
6. 根据`docker-compose.yml`文件中定义的公开端口,启动应用以在本地进行测试。例如,访问 <http://localhost:3000>
8383

8484
## 常见问题
8585

0 commit comments

Comments
 (0)