ValedL

ValedL

Elixir/Phoenix app to generate working code using OpenAI GPT4

TL;DR

Demo of LLM models’ potential to serve as autonomous self-healing agents inside mission critical applications.

Just wrapped the cool Spawnfest 2023 contest and wanted to bring to your attention the PoC I’ve put in place. Could be very helpful to any beginner in Elixir that’s tired of ChatGPT producing bad code examples. :stuck_out_tongue_winking_eye:

One app generates working code examples and the other demos autonomous hot reload capability.

You will need an OpenAI API key with GPT4 for the app to shine.

https://github.com/ValedL/open_ei

First Post!

ken-kost

ken-kost

Just added 10 dollars to OpenAI API to try this out. :nerd_face:
Cool project!


One note: for my screen FE is broken like this. :sweat_smile: I noticed in responsive mode for most screen sizes it’s okay, but maybe put all parts in one column?

Are changes welcomed? Would love to participate. :bug:

Most Liked

ValedL

ValedL

Glad you liked it!

Yeah, it was a 48 hour hackathon and FE is not my strong suite.:sad_but_relieved_face:

Changes are more than welcome! :folded_hands:

Last Post!

ValedL

ValedL

Added. :muscle:

Where Next?

Popular in Discussions Top

CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
jesse
Hi everyone, I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New
ben-pr-p
In general I’ve been sticking to this community style guide GitHub - christopheradams/elixir_style_guide: A community driven style guide ...
New
New
chuck
Let me start by stating an assumption: Phoenix is a great approach to building REST APIs. There are many reasons for this, but I will ass...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
paulanthonywilson
I like Umbrella projects and pretty much always use them for personal Elixir stuff, especially Nerves things. But I don’t think this is ...
New

Other popular topics Top

nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31586 112
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement