fix
This commit is contained in:
parent
392e6b9957
commit
a245413621
13
Chat.go
13
Chat.go
@ -314,18 +314,19 @@ func generateEnterKeyChatHTML() string {
|
||||
<p>To get an idea of how many tokens your text contains, you can use a tokenizer like the one provided by OpenAI: <a href="https://platform.openai.com/tokenizer" target="_blank">https://platform.openai.com/tokenizer</a>. Keep in mind that different models may have slightly different tokenizers.</p>
|
||||
<h2>Pricing Examples</h2>
|
||||
<ul>
|
||||
<li>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.</li>
|
||||
<li>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.</li>
|
||||
<li>Tou can ask 2,000 small questions for just $1 to GPT-4o, or 20,000 to GPT-3.5 turbo.</li>
|
||||
<li>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.</li>
|
||||
<li>For a larger text, like a PDF file with 30,000 characters (roughly 10,000 tokens), you would pay around $0.05 per message.</li>
|
||||
</ul>
|
||||
<p>Remember, prices and token limits may vary depending on the provider and the specific LLM you're using.</p>
|
||||
<h2>Learn More</h2>
|
||||
<p>To learn more about the different LLM providers and their offerings, check out their websites:</p>
|
||||
<ul>
|
||||
<li><a href="https://www.openai.com/" target="https://platform.openai.com/docs/overview">OpenAI</a></li>
|
||||
<li><a href="https://www.anthropic.com/" target="https://console.anthropic.com/">Anthropic</a></li>
|
||||
<li><a href="https://groq.com/" target="https://console.groq.com/login">Groq</a></li>
|
||||
<li><a href="https://mistral.ai/" target="https://console.mistral.ai/">MistralAI</a></li>
|
||||
<li><a href="https://platform.openai.com/docs/overview" target="https://platform.openai.com/docs/overview">OpenAI</a></li>
|
||||
<li><a href="https://console.anthropic.com/" target="https://console.anthropic.com/">Anthropic</a></li>
|
||||
<li><a href="https://console.groq.com/login" target="https://console.groq.com/login">Groq</a></li>
|
||||
<li><a href="https://console.mistral.ai/" target="https://console.mistral.ai/">MistralAI</a></li>
|
||||
<li><a href="https://aistudio.google.com" target="https://aistudio.google.com">Google</a></li>
|
||||
</ul>
|
||||
`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user