Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
GNU General Public License v3.0
116 stars 18 forks source link

Make a sandbox to execute generated code snippets #99

Closed spazziale closed 3 weeks ago

spazziale commented 3 weeks ago

Is your feature request related to a problem? Please describe. Not always generated code is function or let alone able to compile.

Describe the solution you'd like Giving the possibility to users, with flatpak extension, to use compliers and interpreters to execute code can speed up the debugging process.

I assume that redirecting any compiler errors to the model directly can be useful, but this is an additional thing

Describe alternatives you've considered N/A

Additional context N/A

Jeffser commented 3 weeks ago

Hi, thanks for the suggestion but I think this is something way to complex that not a lot of people would find useful, when someone is asking for code to an AI they are probably doing something on a real IDE, they have log messages and debugging and stuff that actually makes coding enjoyable, just running code from an Alpaca isn't practical in my opinion