Json format at groq dont work fine

Hello,

I think the json format integration between groq and gcal is not working correctly, if someone can confirm it, or I misunderstood, but I think you should be able to match each field to a column.

Do you see the “Result” variable?

Use that instead of “Choices”.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

hello, I see it as an array, not as a list of variables

the problem, that I have just seen, is that Groq only allows to enter System and User prompt through the Chat Completion option, and the option you indicate is JSON Chat Completion

If you want to use “Chat Completion”, you need to use one more “Parse JSON” module with the result.

Otherwise, simply use the Create a JSON Chat Completion module.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes

Ok, solved @samliew

to avoid using Chat Completion, the Groq module should allow exporting as json objects just like the chatGPT module, but at least it works.

thanks