renamed to open assistant

This commit is contained in:
Yannic Kilcher
2022-12-17 23:56:05 +01:00
parent a6c957ccfd
commit 13551ae3e4
32 changed files with 22 additions and 757 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "website",
"homepage": "http://projects.laion.ai.github.io/Open-Chat-GPT",
"homepage": "http://projects.laion.ai.github.io/Open-Assistant",
"version": "0.1.0",
"private": true,
"scripts": {
+4 -4
View File
@@ -20,9 +20,9 @@ export default function Home() {
<div className={styles.App}>
<header className={styles.AppHeader}>
{/* <img src={logo} className="App-logo" alt="logo" /> */}
<h2>Open Chat Gpt</h2>
<h2>Open Assistant</h2>
<p>
Open chat gpt is a project meant to give everyone access to a great
Open Assistant is a project meant to give everyone access to a great
chat based large language model.
</p>
@@ -30,7 +30,7 @@ export default function Home() {
<p>
We believe that by doing this we will create a revolution in
innovation in language. In the same way that stable-diffusion helped
the world make art and images in new ways we hope open chat gpt can
the world make art and images in new ways we hope Open Assistant can
help improve the world by improving language itself.
</p>
@@ -62,7 +62,7 @@ export default function Home() {
<header className={styles.AppHeader}>
{/* <img src={logo} className="App-logo" alt="logo" /> */}
<h2>Open Chat Gpt</h2>
<h2>Open Assistant</h2>
<p>You are logged in</p>
+2 -2
View File
@@ -5,7 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Open-Chat-GPT" />
<meta name="description" content="Open-Assistant" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -21,7 +21,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Open Chat GPT</title>
<title>Open Assistant</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>