Skip to content

Commit

Permalink
refund unspent tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Feb 20, 2025
1 parent a9840db commit ba54be3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/aiproxy/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ <h1 class="modal-title fs-5" id="progressModalLabel">
</button>
<button id="askAIButton" class="btn btn-primary">Ask ChatGPT</button>
</div>
<button id="refundButton" class="btn btn-primary">
Stop ChatGPT conversation and refund tokens</button
><br />
<button id="refundButton" class="btn btn-secondary btn-sm">
Refund unspent tokens
</button>
<br />
<pre>
<code
id="refund_message_area"
Expand Down

0 comments on commit ba54be3

Please sign in to comment.