Skip to content

Commit

Permalink
Update chatgpt_analyze_token_costs.html
Browse files Browse the repository at this point in the history
### Changes
- Updated the title of the HTML page.
  • Loading branch information
levysoft authored Jun 30, 2024
1 parent d0295f3 commit 6c94689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt_analyze_token_costs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenAI Chat Cost Analyzer</title>
<title>OpenAI ChatGPT Cost Analyzer</title>
<script src="https://unpkg.com/gpt-tokenizer"></script>
<style>
body {
Expand Down Expand Up @@ -143,7 +143,7 @@
</head>
<body>
<div class="container">
<h1>OpenAI Chat Cost Analyzer</h1>
<h1>OpenAI ChatGPT Cost Analyzer</h1>

<div id="status_loading_gpttokenizer"></div>

Expand Down

0 comments on commit 6c94689

Please sign in to comment.