Great solutions this week! Thanks for sharing the -Data App Header- component, so I was able to include it in my solution too
I have made a simple GPT-3 prompt that allows you to insert your API key, model, max tokens and temperature using -String Widget- and -Integer Widget- nodes. I’ve converted the variables to columns and then to JSON using the -Columns to JSON- node.
The -POST Request- node sends the request and receives the response. The response is then converted to a string using -JSON Path- and -Ungroup- nodes. The Answer is finally displayed using the -Text Output Widget- node.
Hello, hello! As always on Tuesdays, here’s our solution to last week’s challenge!
We were once again very happy with your submissions this week! Glad we decided to ride GPT’s wave and could then offer another useful challenge to our community!
Here is my solution: JKISeason2-11 Ángel Molina – KNIME Community Hub
Nothing special, very similar to @HaveF , I just fixed one bug and on the other hand, many thanks to my friend from Mexico @elimisael for helping me to understand the challenge with the solution with the JSON nodes.