From b3eff495c6c73f18bf4b3e5ea67f69cfe2beca34 Mon Sep 17 00:00:00 2001 From: GuangJie1 Date: Fri, 23 May 2025 17:15:44 +0800 Subject: [PATCH] update README.md --- AI/opea/codegen/README.md | 2 +- AI/opea/codetrans/README.md | 2 +- AI/opea/docsum/README.md | 2 +- AI/opea/faqgen/README.md | 2 -- AI/vllm-ascend/README.md | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/AI/opea/codegen/README.md b/AI/opea/codegen/README.md index 72d4088e..ac8b8d64 100644 --- a/AI/opea/codegen/README.md +++ b/AI/opea/codegen/README.md @@ -116,4 +116,4 @@ docker pull openeuler/codegen-ui:latest To access the frontend, open the following URL in your browser: http://{host_ip}:5173. - By default, the UI runs on port 5173 internally. + By default, the UI runs on port 5173 internally. \ No newline at end of file diff --git a/AI/opea/codetrans/README.md b/AI/opea/codetrans/README.md index 8c53e71b..b3c6545d 100644 --- a/AI/opea/codetrans/README.md +++ b/AI/opea/codetrans/README.md @@ -111,4 +111,4 @@ docker pull openeuler/codetrans-ui:latest To access the frontend, open the following URL in your browser: http://{host_ip}:5173. - By default, the UI runs on port 5173 internally. + By default, the UI runs on port 5173 internally. \ No newline at end of file diff --git a/AI/opea/docsum/README.md b/AI/opea/docsum/README.md index 21e825e3..a52069d1 100644 --- a/AI/opea/docsum/README.md +++ b/AI/opea/docsum/README.md @@ -169,4 +169,4 @@ docker pull openeuler/docsum-ui:latest To access the frontend, open the following URL in your browser: http://{host_ip}:5173. - By default, the UI runs on port 5173 internally. + By default, the UI runs on port 5173 internally. \ No newline at end of file diff --git a/AI/opea/faqgen/README.md b/AI/opea/faqgen/README.md index 801d680f..b44756d7 100644 --- a/AI/opea/faqgen/README.md +++ b/AI/opea/faqgen/README.md @@ -113,5 +113,3 @@ curl http://${host_ip}:8888/v1/graphrag \ "model": "gpt-4o-mini","messages": [{"role": "user","content": "What is the revenue of Nike in 2023? "}]}' ``` - - diff --git a/AI/vllm-ascend/README.md b/AI/vllm-ascend/README.md index 6ac591af..a7b0bbe3 100644 --- a/AI/vllm-ascend/README.md +++ b/AI/vllm-ascend/README.md @@ -94,4 +94,4 @@ for output in outputs: # Question and answering -If you have any questions or want to use some special features, please submit an issue or a pull request on [openeuler-docker-images](https://gitee.com/openeuler/openeuler-docker-images)⁠. \ No newline at end of file +If you have any questions or want to use some special features, please submit an issue or a pull request on [openeuler-docker-images](https://gitee.com/openeuler/openeuler-docker-images)⁠. -- Gitee