foropenai icon indicating copy to clipboard operation
foropenai copied to clipboard

ForOpenAI - A Fortran library for OpenAI API.

Results 7 foropenai issues
Sort by recently updated
recently updated
newest added

In `test5` for translation: This curl command functions correctly: ```shell curl https://api.openai.com/v1/audio/translations \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: multipart/form-data" \ -F file="@test/audio_de.mp3" \ -F model="whisper-1" \ -F prompt=""...

bug

There is a bug with the `request` function of `http-client` when working with `multipart/form-data` in `subroutine create_transcription`. The issue arises when there are no spaces before the "name" attribute in...

bug

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...