Just to report as first time API user I followed the Quickstart tutorial using nodejs as scripting language. Only twist I wanted a linux editing shell so I installed Ubuntu 22 on Windows 10 WSL and installed openAI there. Despite this all worked out according to the guide.
API Response:
{
index: 0,
message: { role: ‘assistant’, content: ‘How can I assist you today?’ },
finish_reason: ‘stop’
}
1 Like