Skip to content

Commit

Permalink
Update ChatGPT3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinHubLearning authored Oct 12, 2023
1 parent 70935fe commit e0dbf8b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Docs/ChatGPT3.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,23 @@
</head>
<body>
<header>
<h1>PenguAPI Endpoint - Example</h1>
<h1>PenguAPI Endpoint - ChatGPT 3</h1>
</header>
<nav>
<ul>
<li><a href="#">Getting Started</a></li>
<li><a href="Docs/Docs.html">Getting Started</a></li>
<li class="dropdown">
<a href="javascript:void(0)">Endpoints</a>
<div class="dropdown-content">
<a href="#">Endpoint 1</a>
<a href="#">Endpoint 2</a>
<a href="#">Endpoint 3</a>
<a href="#">ChatGPT 4</a>
<a href="#">ChatGPT 3</a>
<a href="#">Llama2</a>
<a href="#">Dall-e</a>
<a href="#">Bard</a>
<a href="#">DevGPT</a>
<!-- Add more endpoints as needed -->
</div>
</li>
<li><a href="#">Examples</a></li>
</ul>
</nav>
<main>
Expand Down

0 comments on commit e0dbf8b

Please sign in to comment.