Skip to content

Commit

Permalink
Added new member, updated project
Browse files Browse the repository at this point in the history
  • Loading branch information
sethu committed Oct 22, 2024
1 parent 8fb043d commit aa56d59
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@
"github" : "gauravsorte",
"designation" : "",
"active" : true
},
{
"id" : "21",
"name" : "Aniket Gore",
"github" : "anigore",
"designation" : "",
"active" : true
}
],
"projects": {
Expand Down Expand Up @@ -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": ""
}
],
Expand Down

0 comments on commit aa56d59

Please sign in to comment.