mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-10 11:41:04 +08:00
Merging in main
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FASTAPI_URL=http://xamla.com:8000
|
||||
FASTAPI_URL=http://xamla.com:8080
|
||||
FASTAPI_KEY=magic_key
|
||||
|
||||
DISCORD_CLIENT_ID=your_discord_bot_client_id
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -19,9 +19,9 @@ export default function Home() {
|
||||
return (
|
||||
<div className={styles.App}>
|
||||
<header className={styles.AppHeader}>
|
||||
<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>
|
||||
|
||||
@@ -29,7 +29,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>
|
||||
|
||||
@@ -59,9 +59,7 @@ export default function Home() {
|
||||
return (
|
||||
<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>You are logged in</p>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user