mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
add chatbot
This commit is contained in:
parent
f50386a94f
commit
7cdfdb9359
1 changed files with 13 additions and 0 deletions
|
@ -664,6 +664,19 @@ function extractQueryFromUpsellMessage(message) {
|
|||
|
||||
<% } %>
|
||||
|
||||
<% if (q == "ai" || q == "aibot" || q == "chatbot") { %>
|
||||
<div class="container">
|
||||
<h2 style="font-family: 'PokeTube Flex'; font-size: large; text-align: left !important; font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em;">
|
||||
No, POKE Will Never Have "AI" —Because It Doesn't Need It
|
||||
</h2>
|
||||
<span style="margin-bottom: 3em; text-align: left !important; margin-right: 7em; white-space: pre-wrap; word-break: break-word;">
|
||||
POKE doesn’t need "AI." There’s no good reason for a YouTube front end to include some gimmicky AI assistant. These days, "AI" just means slapping a ChatGPT wrapper on an app, calling it innovative, and hoping no one notices the lack of actual purpose. It’s the latest fad, sure, but POKE is about simplicity, privacy, and doing things right—not just joining tech trends for the sake of it.
|
||||
<br><br>
|
||||
POKE is here to make watching videos smoother, not cluttered with unnecessary "features." Real value doesn’t come from chasing whatever big tech wants to sell you on. It’s about staying true to what actually helps users. So, yeah, no AI here, and honestly, no need for it. POKE’s got you covered without any fluff.
|
||||
</span>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<!-- self harm -->
|
||||
<%
|
||||
const searchStrings = [
|
||||
|
|
Loading…
Reference in a new issue