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>
<html>
<head>
<title>PlanPost AI Chat Assistant</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<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">
PlanPost AI Chat Assistant
</h1>
<script
data-embed-id="0c32754b-38a5-48c2-8712-a355c5ff9bdb"
data-brand-image-url="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
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-icon="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
data-base-api-url="https://llama.planpostai.com/api/embed"
src="https://llama.planpostai.com/embed/anythingllm-chat-widget.min.js"
></script>
</body>
</html>
<head>
<title>PlanPost AI Chat Assistant</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<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">
PlanPost AI Chat Assistant
</h1>
<script data-brand-image-url="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
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-icon="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
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">
</script>
</body>
</html>