Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
namankhurpia authored Nov 29, 2023
1 parent e20a9cc commit d266941
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,11 @@ <h2>AdmitWise ( College Admissions portal for Universities )</h2>
<div class="project-section">

<div class="project-details">
<h2>OpenAI API Build Tools</h2>
<h2>EasyOpenAI - OpenAI API Build Tools</h2>
<div class="sidebyside">

<button onclick="window.open('https://github.com/namankhurpia/OpenAI-api-java', '_blank');" style="margin-right: 10px; font-size:18px; height:50px; width:160px;">View Code <i class="fa fa-github"></i></button>
<button onclick="window.open('https://www.uplabs.com/posts/scan-jd-chrome-extension', '_blank');" style="font-size:18px; height:50px; width:260px;" >View Maven repository</button>
<button onclick="window.open('https://central.sonatype.com/artifact/io.github.namankhurpia/easyopenai', '_blank');" style="font-size:18px; height:50px; width:260px;" >View Maven repository</button>

</div>

Expand All @@ -528,6 +528,7 @@ <h2>OpenAI API Build Tools</h2>
Designed Maven and Gradle build tools for Chatting, Moderation - OpenAI API, enabling asynchronous calling of all endpoints,
Implemented multithreading support for Java. Featured APIs are - Chatting API (With my own documentation),
Moderation API (with my own documentation) and Completion API.
This Java library provides a convenient way to interact with OpenAI's API for both Moderation and Chat Completion and many more. The library encapsulates the necessary details, making it easy to integrate OpenAI's powerful models into your Java applications.
</p>

<p style="font-size: 12px;" class="info">Launched and made code open sourced (March 2023 - present)</p>
Expand Down

0 comments on commit d266941

Please sign in to comment.