diff --git a/Chat.go b/Chat.go
index afd10b4..a3a070e 100644
--- a/Chat.go
+++ b/Chat.go
@@ -314,18 +314,19 @@ func generateEnterKeyChatHTML() string {
To get an idea of how many tokens your text contains, you can use a tokenizer like the one provided by OpenAI: https://platform.openai.com/tokenizer. Keep in mind that different models may have slightly different tokenizers.
Pricing Examples
- - If you ask a small question that generates around 100 tokens (approximately 300 characters), and the price is $5 per 1 million tokens, it would cost you $0.0005.
- - With this pricing, you can ask 2,000 small questions for just $1 using GPT-4o, or 20,000 questions using GPT-3.5 turbo.
+ - Tou can ask 2,000 small questions for just $1 to GPT-4o, or 20,000 to GPT-3.5 turbo.
+ - If you ask a small question that is around 100 tokens (approximately 300 characters), and the price is $5 per 1 million tokens (GPT-4o), it would cost you $0.0005.
- For a larger text, like a PDF file with 30,000 characters (roughly 10,000 tokens), you would pay around $0.05 per message.
Remember, prices and token limits may vary depending on the provider and the specific LLM you're using.
Learn More
To learn more about the different LLM providers and their offerings, check out their websites:
`