-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Talkd.ai</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<center>
<img src="/assets/images/logo.svg" alt="Talkd.ai" width="400">
<div style="max-width: 400px;">
<p>Talkd.ai is an open-source software that enables you to easily deploy any LLM available through LangChain.</p>
<hr/>
<p>For now, we have 2 main repositories:</p>
<ul>
<li><a href="https://github.com/talkdai/dialog">Dialog</a> - An extensible LLM API that enables you to easily deploy any LLM.</li>
<li><a href="https://github.com/talkdai/whats_audio_synth">WhatsApp Plugin</a> - The first plugin we developed that enables users to launch Dialog with WhatsApp.</li>
</ul>
</div>
</center>
</body>
</html>
<!-- END: be15d9bcejpp -->