Skip to content

Commit 258e5e8

Browse files
authored
Update README.md (#30)
2 parents 2582296 + 58aebd5 commit 258e5e8

5 files changed

Lines changed: 34 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,26 @@
1414
![GitHub contributors](https://img.shields.io/github/contributors-anon/devlive-community/openai-java-sdk?style=flat-square)
1515
![GitHub last commit](https://img.shields.io/github/last-commit/devlive-community/openai-java-sdk?style=flat-square)
1616

17-
<h3> Provides Java developers with a convenient, easy-to-use SDK to interact with OpenAI's apis.</h3>
17+
<h3> Provides an easy-to-use SDK for Java developers to interact with the APIs of open AI models.</h3>
1818

1919
</div>
2020

21+
# Support platform
22+
23+
---
24+
25+
<div align="center">
26+
<a href="https://azure.microsoft.com/en-us/products/ai-services/openai-service" target="_blank">
27+
<img src="images/azure.png" alt="Azure" height="100" />
28+
</a>&nbsp;
29+
<a href="https://openai.com" target="_blank">
30+
<img src="images/openai.png" alt="OpenAi" height="80" />
31+
</a>&nbsp;
32+
<a href="https://claude.ai/" target="_blank">
33+
<img src="images/claude.png" alt="Claude" height="80" />
34+
</a>&nbsp;
35+
</div>
36+
2137
# How to use?
2238

2339
---

README.zh_CN.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,26 @@
1414
![GitHub contributors](https://img.shields.io/github/contributors-anon/devlive-community/openai-java-sdk?style=flat-square)
1515
![GitHub last commit](https://img.shields.io/github/last-commit/devlive-community/openai-java-sdk?style=flat-square)
1616

17-
<h3> 为 Java 开发人员提供方便易用的 SDK 来与 OpenAI 的 API 进行交互。</h3>
17+
<h3> 为 Java 开发人员提供方便易用的 SDK 来与开放 AI 模型的 API 进行交互。</h3>
1818

1919
</div>
2020

21+
# 支持平台
22+
23+
---
24+
25+
<div align="center">
26+
<a href="https://azure.microsoft.com/en-us/products/ai-services/openai-service" target="_blank">
27+
<img src="images/azure.png" alt="Azure" height="100" />
28+
</a>&nbsp;
29+
<a href="https://openai.com" target="_blank">
30+
<img src="images/openai.png" alt="OpenAi" height="80" />
31+
</a>&nbsp;
32+
<a href="https://claude.ai/" target="_blank">
33+
<img src="images/claude.png" alt="Claude" height="80" />
34+
</a>&nbsp;
35+
</div>
36+
2137
# 如何使用?
2238

2339
---

images/azure.png

51.2 KB
Loading

images/claude.png

18 KB
Loading

images/openai.png

7.35 KB
Loading

0 commit comments

Comments
 (0)