Very slight formatting etc. fixes

This commit is contained in:
nsde 2023-08-11 21:21:50 +02:00
parent 6fb086475a
commit ecad0f8418
2 changed files with 2 additions and 146 deletions

View file

@ -1,144 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alternative Design for NovaAI</title>
<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=Quicksand:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<style>
:root {
--red: #ea4e42;
--orange: #fe891a;
}
body {
margin: 0
}
* {
font-weight: 100;
color: white;
font-family: 'Quicksand', sans-serif;
}
main, body, nav, button {
background-color: black;
}
nav {
padding: 1rem 1.5rem;
margin-bottom: 1rem;
border-bottom: #141414 1px solid;
font-size: 20px;
}
nav span {
font-weight: 700;
margin-right: 1rem;
}
nav a {
opacity: 0.5;
text-decoration: none;
}
header {
padding-top: 10rem;
text-align: center;
}
header span.special {
background: -webkit-linear-gradient(var(--red), var(--orange));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
header h1 * {
font-family: 'Rubik', sans-serif !important;
font-weight: 500;
font-size: 5rem;
}
header p {
margin: 0 auto;
width: 600px;
opacity: 0.7;
font-size: 22px;
}
button {
width: 400px;
font-size: 32px;
padding: 0.7rem 1rem;
border-radius: 5px;
border: 2px solid;
cursor: pointer;
border-image-slice: 1;
background-color: black;
border-image-source: linear-gradient(45deg, var(--red), var(--orange));
box-shadow: 0 0 50px #fe881a68;
transition: 0.2s;
}
button:hover {
background-color: #13100e;
}
header button {
margin-top: 5rem;
}
#go {
font-size: 22px;
width: 100%;
position: absolute;
bottom: 2rem;
opacity: 0.5;
text-decoration: none;
text-align: center;
margin: 0 auto;
display: block;
}
</style>
</head>
<body>
<nav>
<i class="bi bi-circle-fill"></i>
<span>nova</span>
<a href="#">api docs</a>
</nav>
<header>
<h1>
<span class="special">Empower.</span>
<span>Envision.</span>
<span>Excel.</span>
</h1>
<p>NovaAI is an AI API that allows developers to integrate advanced capabilities like NLP into their apps for free.</p>
<button>
Join Now
</button>
</header>
<a id="go" href="#go">
DISCOVER NOVA<br>
<i class="bi bi-arrow-down"></i>
</a>
</body>
</html>

View file

@ -39,8 +39,8 @@ novaai.api_base = 'https://api.nova-oss.com/v1'</code></pre>
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer nv-..." \ -H "Authorization: Bearer nv-..." \
-d '{ -d '{
"model": "gpt-3.5-turbo", "model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Whats a wormhole?"}] "messages": [{"role": "user", "content": "Whats a wormhole?"}]
}'</code></pre> }'</code></pre>
<h2>Unofficial front-ends (Better ChatGPT, ...)</h2> <h2>Unofficial front-ends (Better ChatGPT, ...)</h2>