Skip to content

Commit c4e1a79

Browse files
authored
Merge pull request #124 from balsa-sarenac/patch-2
Add Omar to metors list
2 parents 117e623 + c49d18f commit c4e1a79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/ideas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@
279279
"title": "A Seamless interface between LLMs and Pharo",
280280
"img": "PharoLLMsInterface.png",
281281
"supervisors": [
282-
"Balša Šarenac"
282+
"Balša Šarenac",
283+
"Omar Abedelkader"
283284
],
284285
"description": "This project aims to create an intuitive interface between Pharo and large language models (LLMs). By integrating Pharo with LLMs, developers can leverage AI-powered assistance, automation, and natural language processing (NLP) while maintaining Pharo’s unique live programming environment. Perfect project to get familiar with Pharo and different development techniques while enabling its users to experience LLMs in one of the best live environments!",
285286
"goal": "The goal is to implement native UI interface that will interact with various LLM providers. Users should be able to chat with chosen type of LLM, and create custom actions that will send code to LLMs to make modifications on them.",

data/supervisors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,11 @@
184184
"email": "macta@testit.works",
185185
"github": "macta",
186186
"img": ""
187+
},
188+
{
189+
"name": "Omar Abedelkader",
190+
"email": "omar.abedelkader@inria.fr",
191+
"github": "omarabedelkader",
192+
"img": ""
187193
}
188194
]

0 commit comments

Comments
 (0)