changed llm

This commit is contained in:
Sanjib Sen 2024-12-22 10:58:26 +00:00
parent 5444b4f52b
commit acf76bf7ca

View file

@ -1,28 +1,25 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>PlanPost AI Chat Assistant</title> <title>PlanPost AI Chat Assistant</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
</head> </head>
<body
class="min-h-screen bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 flex items-center justify-center" <body class="min-h-screen bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 flex items-center justify-center">
>
<h1 class="text-3xl font-bold text-white font-mono"> <h1 class="text-3xl font-bold text-white font-mono">
PlanPost AI Chat Assistant PlanPost AI Chat Assistant
</h1> </h1>
<script <script data-brand-image-url="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
data-embed-id="0c32754b-38a5-48c2-8712-a355c5ff9bdb" data-greeting="Greetings from PlanPost AI. How can I help you?" data-sponsor-link="https://planpostai.com"
data-brand-image-url="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75" data-support-email="shahin@planpostai.com" data-sponsor-text="A product of PlanPost AI"
data-greeting="Greetings from PlanPost AI. How can I help you?"
data-sponsor-link="https://planpostai.com"
data-support-email="shahin@planpostai.com"
data-sponsor-text="A product of PlanPost AI"
data-assistant-name="PlanPost AI" data-assistant-name="PlanPost AI"
data-assistant-icon="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75" data-assistant-icon="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
data-base-api-url="https://llama.planpostai.com/api/embed" data-embed-id="71525351-81b0-4749-8d19-a6bf28de6429" data-base-api-url="https://llama.planpostai.com/api/embed"
src="https://llama.planpostai.com/embed/anythingllm-chat-widget.min.js" src="https://llama.planpostai.com/embed/anythingllm-chat-widget.min.js">
></script> </script>
</body> </body>
</html> </html>