-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.8 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.8 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
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PromptEval - Professional LLM Prompt Engineering & Evaluation Platform</title>
<meta name="description"
content="Master your LLM prompts with PromptEval. The all-in-one local-first platform for prompt engineering, automated evaluation, dataset management, and multi-model comparison." />
<meta name="keywords"
content="prompt engineering, LLM evaluation, prompt testing, AI datasets, auto-eval, gemini, openai, anthropic, prompt versioning" />
<meta name="author" content="PromptEval Team" />
<meta name="theme-color" content="#18181b" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://prompteval.app/" />
<meta property="og:title" content="PromptEval - Professional LLM Prompt Engineering Platform" />
<meta property="og:description"
content="Evaluate, optimize, and manage your AI prompts with precision. The all-in-one platform for prompt engineering teams." />
<meta property="og:image" content="/dashboard.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://prompteval.app/" />
<meta property="twitter:title" content="PromptEval - Professional LLM Prompt Engineering Platform" />
<meta property="twitter:description"
content="Evaluate, optimize, and manage your AI prompts with precision. The all-in-one platform for prompt engineering teams." />
<meta property="twitter:image" content="/dashboard.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>