Skip to content

Commit 528b06c

Browse files
authored
Merge pull request #190 from NYU-RTS/genai
genai description tweak
2 parents 9e22585 + 6a4363d commit 528b06c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const FeatureList: FeatureItem[] = [
5050
<>
5151
The Pythia GenAI Platform is a suite of tools for researchers to harness
5252
generative AI including a secure access to a chat portal, API access to
53-
LLMs and an on-prem vector database.
53+
LLMs. Currently in pilot phase, expect breaking changes.
5454
</>
5555
),
5656
to: "/docs/genai/getting_started/intro/",
@@ -116,9 +116,10 @@ export default function HomepageFeatures() {
116116
<section className={styles.features}>
117117
<div className="container">
118118
<div className="row">
119-
{FeatureList.map((props, index) => (
120-
<Feature key={index} {...props} />
121-
))}
119+
{FeatureList.map((props, index) => <Feature
120+
key={index}
121+
{...props}
122+
/>)}
122123
</div>
123124
</div>
124125
</section>

0 commit comments

Comments
 (0)