Skip to content

Commit a5332c6

Browse files
authored
Add 'Aurora' user entry to userData
Added a new user entry for 'Aurora' with details and links.
1 parent e27a2a0 commit a5332c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/data/userData.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
import { User } from "./users";
22

33
export const Users: User[] = [
4+
//Aurora
5+
{
6+
title: "Aurora",
7+
description:
8+
"Aurora — Agentic Agentic Unified multi-model Reasoning Orchestrator for Rapid One-shot Assistance.",
9+
preview: require("./showcase/surora.png"),
10+
website: "https://aurora-01.vercel.app/",
11+
source: "https://github.com/samosagpt/aurora",
12+
tags: ["ai", "deep-learning", "data-science"],
13+
}
414
// Youtube Clone
515

616
{

0 commit comments

Comments
 (0)