foropenai icon indicating copy to clipboard operation
foropenai copied to clipboard

functionality to add

Open Beliavsky opened this issue 2 years ago • 1 comments

Hello, this is a comment, not an "issue".

I have a project https://github.com/Beliavsky/ChatGPT-Fortran-generator that may interest you. One thing it can do is ask ChatGPT to create a Fortran program to solve a task, compile the supplied code, and feed the compiler error messages back to ChatGPT if there are any, so that it can produce code that compiles. My project is in Python, but it could be done in Fortran as well.

Beliavsky avatar Jul 27 '23 14:07 Beliavsky

Hello @Beliavsky, and thanks for your comment.

Personally, I like to implement any feature for foropenai fully in Fortran, and I have many ideas. One of the ideas related to this topic is to use CLI, something like: forgpt --fortran "code"

Using your idea, it is possible to add more options like --compile and --test, etc.

I already mentioned here that unfortunately, I can't test and develop continuously at the moment. Therefore, I need some time to find a solution.

If you have the time and want to implement any new feature for foropenai, I will be really happy.

gha3mi avatar Jul 27 '23 15:07 gha3mi