From aa56d59c569bde3124858cda3fabaf4b1d4fe295 Mon Sep 17 00:00:00 2001 From: Sethupathi Asokan Date: Tue, 22 Oct 2024 11:07:09 +0530 Subject: [PATCH] Added new member, updated project --- data/data.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/data/data.json b/data/data.json index 963b589..f32d3c0 100644 --- a/data/data.json +++ b/data/data.json @@ -131,6 +131,13 @@ "github" : "gauravsorte", "designation" : "", "active" : true + }, + { + "id" : "21", + "name" : "Aniket Gore", + "github" : "anigore", + "designation" : "", + "active" : true } ], "projects": { @@ -162,9 +169,9 @@ "name": "Error Analyser", "description": "An AI-driven error analyser which identify the cause of the error, steps to resolve the error and the impact on business.", "tech": "Ollama, Python, FastAPI, Llama 3.2, Frontend", - "team": ["11"], - "roles": {"11":"Ollama, FastAPI, Frontend" }, - "repo": "", + "team": ["11","21"], + "roles": {"11":"Ollama, Llama 3,2, FastAPI", "21":"NextJS" }, + "repo": "https://github.com/joshsoftware/ErrorLogAnalyser", "demo": "" } ],