Update README file
This commit is contained in:
parent
8babebac7a
commit
09aa7fdeb6
68
README.md
68
README.md
|
@ -4,9 +4,10 @@
|
||||||
<a href="https://github.com/honeymoose">
|
<a href="https://github.com/honeymoose">
|
||||||
<img height=85 src="https://avatars1.githubusercontent.com/u/45009982?s=200&v=4">
|
<img height=85 src="https://avatars1.githubusercontent.com/u/45009982?s=200&v=4">
|
||||||
</a>
|
</a>
|
||||||
<br>We build this project by use OpenJ9 and JDK 11.
|
<br>This project builds by JDK 11 and OpenJ9 for JVM.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
* [社区和讨论 (community)](https://www.ossez.com/tag/chat-gpt)
|
||||||
|
|
||||||
Java libraries for using OpenAI's GPT-3 api.
|
Java libraries for using OpenAI's GPT-3 api.
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ We forked this API from: https://github.com/TheoKanning/openai-java/.
|
||||||
The major reason we rebuild this API was OpenAI-JAVA include lombok, we think it is better build this in plain java
|
The major reason we rebuild this API was OpenAI-JAVA include lombok, we think it is better build this in plain java
|
||||||
code.
|
code.
|
||||||
|
|
||||||
## Deprecated
|
# Deprecated OpenAI API Endpoint
|
||||||
|
|
||||||
The [Answers](https://help.openai.com/en/articles/6233728-answers-transition-guide),
|
The [Answers](https://help.openai.com/en/articles/6233728-answers-transition-guide),
|
||||||
[Classifications](https://help.openai.com/en/articles/6272941-classifications-transition-guide),
|
[Classifications](https://help.openai.com/en/articles/6272941-classifications-transition-guide),
|
||||||
|
@ -25,37 +26,6 @@ working on December 3rd, 2022.
|
||||||
️OpenAI has deprecated all Engine-based APIs.
|
️OpenAI has deprecated all Engine-based APIs.
|
||||||
See [Deprecated Endpoints](https://github.com/TheoKanning/openai-java#deprecated-endpoints) below for more info.
|
See [Deprecated Endpoints](https://github.com/TheoKanning/openai-java#deprecated-endpoints) below for more info.
|
||||||
|
|
||||||
# 联系方式
|
|
||||||
|
|
||||||
请使用下面的联系方式和我们联系。
|
|
||||||
|
|
||||||
* [社区和讨论](https://www.ossez.com/tag/chat-gpt)
|
|
||||||
|
|
||||||
| 联系方式名称 | 联系方式 |
|
|
||||||
|------------------|-----------------------------------------------|
|
|
||||||
| 电子邮件(Email) | [yhu@ossez.com](mailto:yhu@ossez.com) |
|
|
||||||
| QQ 或微信(WeChat) | 103899765 |
|
|
||||||
| QQ 交流群 | 15186112 |
|
|
||||||
| 社区论坛 (Community) | https://www.ossez.com/c/computer-technology/7 |
|
|
||||||
|
|
||||||
# 公众平台
|
|
||||||
|
|
||||||
我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号
|
|
||||||
|
|
||||||
## 微信公众号
|
|
||||||
|
|
||||||
![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png)
|
|
||||||
|
|
||||||
## 头条号
|
|
||||||
|
|
||||||
我们也在头条号上创建了我们的公众号,请扫描下面的 QR 关注我们的头条号。
|
|
||||||
|
|
||||||
![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png)
|
|
||||||
|
|
||||||
## 知乎
|
|
||||||
|
|
||||||
请关注我们的知乎:https://www.zhihu.com/people/huyuchengus
|
|
||||||
|
|
||||||
# How To Use
|
# How To Use
|
||||||
|
|
||||||
Includes the following artifacts:
|
Includes the following artifacts:
|
||||||
|
@ -138,5 +108,37 @@ I won't remove the old endpoints from this library until OpenAI shuts them down.
|
||||||
- [Answers](https://beta.openai.com/docs/api-reference/answers)
|
- [Answers](https://beta.openai.com/docs/api-reference/answers)
|
||||||
- [Engines](https://beta.openai.com/docs/api-reference/engines)
|
- [Engines](https://beta.openai.com/docs/api-reference/engines)
|
||||||
|
|
||||||
|
# 联系方式
|
||||||
|
|
||||||
|
请使用下面的联系方式和我们联系。
|
||||||
|
|
||||||
|
* [社区和讨论](https://www.ossez.com/tag/chat-gpt)
|
||||||
|
|
||||||
|
| 联系方式名称 | 联系方式 |
|
||||||
|
|------------------|-----------------------------------------------|
|
||||||
|
| 电子邮件(Email) | [yhu@ossez.com](mailto:yhu@ossez.com) |
|
||||||
|
| QQ 或微信(WeChat) | 103899765 |
|
||||||
|
| QQ 交流群 | 15186112 |
|
||||||
|
| 社区论坛 (Community) | https://www.ossez.com/c/computer-technology/7 |
|
||||||
|
|
||||||
|
# 公众平台
|
||||||
|
|
||||||
|
我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号
|
||||||
|
|
||||||
|
## 微信公众号
|
||||||
|
|
||||||
|
![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png)
|
||||||
|
|
||||||
|
## 头条号
|
||||||
|
|
||||||
|
我们也在头条号上创建了我们的公众号,请扫描下面的 QR 关注我们的头条号。
|
||||||
|
|
||||||
|
![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png)
|
||||||
|
|
||||||
|
## 知乎
|
||||||
|
|
||||||
|
请关注我们的知乎:https://www.zhihu.com/people/huyuchengus
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
[OpenAI-J is licensed under the MIT License](https://github.com/honeymoose/openai-j/blob/main/LICENSE)
|
[OpenAI-J is licensed under the MIT License](https://github.com/honeymoose/openai-j/blob/main/LICENSE)
|
||||||
|
|
Loading…
Reference in New Issue