App Wish makes request to an Open AI model (ChatGPT) with requests to build an app. It will try to compile the code received and if it fails it retrie

pwgit-create/AppWish

submited by
Style Pass
2023-03-26 18:30:03

App Wish makes request to an Open AI model (ChatGPT) with requests to build an app. It will try to compile the code received and if it fails it retries again (up to 5 times).

The generated apps will be saved in: AppWish/AppWish/src/main/resources/java_source_code_classes_tmp It's possible to run applications directly from app wish given there is no input parameters. If so, please run the class file manually with the required input parameters.

Depending on the level of the app wish it may take more or less time to generate the app. Disable the annoying waiting dialog in gnome by adding more times before it shows: gsettings set org.gnome.mutter check-alive-timeout 60000

If you are experiencing many recompile requests on successfully compiled applications (after retries) , switch to using the console version (create Main with App Wish text) since the threads from CodeGenerator are not combined with the JavaFX framework threads. This will only happen on retry compiles and it's possible to manually stop the app if the GUI is desired.

Leave a Comment