-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
78 lines (69 loc) · 5.04 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!--
# =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Copyright (C) Rodolfo Herrera Hernandez. All rights reserved.
Licensed under the MIT license. See LICENSE file in the project root
for full license information.
# =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
In the vast universe of knowledge, the Open Source philosophy
shines like a radiant star. In this vein, Lovelace emerges
as an autonomous alternative to ChatGPT, based on
open source and self-hosting capabilities.
Written in JavaScript, interacting with the <g4f> library written
in Python, allows communication with ChatGPT through the use
of different services that facilitate its use by the public.
For related information - https://github.com/CodeWithRodi/Lovelace/
See also - https://github.com/xtekky/gpt4free
:: https://lovelace.codewithrodi.com/
:: https://lovelace-backend.codewithrodi.com/
:: https://lovelace-docs.codewithrodi.com/
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-->
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge'/>
<meta name="viewport" content = "width = device-width, initial-scale = 1.0, minimum-scale = 1, maximum-scale = 1, user-scalable = no" />
<meta name='apple-mobile-web-app-capable' content='yes'/>
<meta name='mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
<meta name='channel' content='Home'/>
<meta name='keywords' content='gpt, chatgpt, gpt-4, gpt-3.5-turbo, you, bing, theb, aichat, ails, bard, deepai, forefront, getgpt, h2o, lockchat, vercel, yqcloud, gpt4free, bot, robot, ia, artificial, codewithrodi, lovelace, ada, chatbot, github, source, code, mit, legal, self-hosted' />
<meta name='pageName' content='Lovelace - Decentralizing The AI Industry'/>
<meta name='subTopic' content='website'/>
<meta name='robots' content='index, follows'/>
<meta name='twitter:site' content='Lovelace - Decentralizing The AI Industry'/>
<meta name='theme-color' content='#000000'/>
<meta name='author' content='CodeWithRodi'/>
<meta name='twitter:creator' content='CodeWithRodi'/>
<meta name='description' content='Use ChatGPT completely free and anonymously, what are you waiting for to be able to chat with the most philosophical conversations and questions about your existence?'>
<meta name='twitter:description' content='Use ChatGPT completely free and anonymously, what are you waiting for to be able to chat with the most philosophical conversations and questions about your existence?'/>
<meta property='og:description' content='Use ChatGPT completely free and anonymously, what are you waiting for to be able to chat with the most philosophical conversations and questions about your existence?'/>
<meta name='contentType' content='website'/>
<meta property='og:url' content='%PUBLIC_URL%'/>
<meta property='og:site_name' content='%PUBLIC_URL%' />
<meta content='#FFFFFF' data-react-helmet='true' name='theme-color' />
<meta property='og:type' content='website'/>
<meta name='msapplication-TileColor' content="#000000">
<link rel='icon' type='image/ico' href='/Images/Favicon.ico'/>
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='57x57' href='/Images/Apple/57x57.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='72x72' href='/Images/Apple/72x72.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='76x76' href='/Images/Apple/76x76.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='114x114' href='/Images/Apple/114x114.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='120x120' href='/Images/Apple/120x120.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='144x144' href='/Images/Apple/144x144.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='152x152' href='/Images/Apple/152x152.png' />
<link rel='apple-touch-icon-precomposed' type='image/png' sizes='180x180' href='/Images/Apple/180x180.png' />
<link rel='manifest' href='/Manifest.json'>
<title>Lovelace - Decentralizing The AI Industry</title>
</head>
<body>
<noscript style='padding: 1rem'>
<h1>Client Error</h1>
<p>You cannot access to the platform because your browser does not support JavaScript, please check and fix this error, and try again.</p>
<p>If you think that this error is not correct or you want more information, you can visit the <a href='https://github.com/codewithrodi/Lovelace/'>source code of the platform</a></p>
</noscript>
<div id='Lovelace-ROOT'></div>
<script type='module' src='/src/index.jsx'></script>
</body>
</html>