-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.88 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://i.postimg.cc/vBd2MN55/5cb480cd5f1b6d3fbadece79.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="S1wBCA0HMqvoNmmt9-ME4Y-Jr3FkoxDqQxGOl7tHA2s" />
<title>Shruti - your personal AI assistant</title>
<meta
name="description"
content="Shruti AI is a language model powered by the GPT-3.5 architecture, capable of conversing with you on a wide range of topics. Developed using advanced machine learning algorithms, Shruti AI can understand and respond to natural language queries with impressive accuracy."
/>
<meta
name="keywords"
content="Shruti AI, GPT-3.5 architecture, machine learning, natural language processing, conversational AI, language model, personal ai assistant, chatgpt, GPT-3, chatgpt alternative, openai, openai playground, pratyushsingha, manishgupta, pratyushsingha github"
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.shrutiai.vercel.app/" />
<meta name="author" content="pratyushsingha, manishgupta">
<meta name="theme-color" content="#XXXXXX">
<meta property="og:title" content="Shruti AI - A Language Model Powered by GPT-3.5 Architecture">
<meta property="og:description" content="Shruti AI is a language model powered by the GPT-3.5 architecture, capable of conversing with you on a wide range of topics. Developed using advanced machine learning algorithms, Shruti AI can understand and respond to natural language queries with impressive accuracy.">
<meta property="og:image" content="https://www.shrutiai.vercel.app/preview.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>