How to set-up a Groq module?

Hi everyone,

I want to create a scenario where my weekly emails are copied onto a Google Sheet in bulk. Then, I’d like an AI to access this sheet to process the email content and create a summary.

So far, I’ve managed to create a scenario that gets all my emails onto a sheet. Now, I’m trying to link this sheet to a Groq module so it can process its content. However, I’m not familiar with Groq and don’t understand how to configure the module.

I selected “Create a chat completion” and entered the API key, but there are several parameters I don’t understand:

→ Model: Which model should I select?
→ Message → Item 1 → Role: System, User, or assistant? / → Content: What should I put here?

Do I need to add a final module after Groq to achieve my goal, or should the Groq module work as the final step?

Thank you in advance!

Try a few and see what works best for your use case.

You’ll need two messages.

The first is a system message to provide instructions on how to respond.

The second is a user message of your email content.

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

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Warm thanks for your help !
I tried to tinker with it but I have trouble understanding how works GROQ.

I would like to set it up so the Module Groq can :

  • Access the Google Sheet previously created
  • Sort the information contained in the sheet and provide me with a summary
  • Have the summary available on a new Google Sheet

→ What model should I use ?
→ How should I configure the 2 messages
→ Should I end my scenario with a new Google Sheet Module ?


Up ! Still need help.

You can use the default model.

System is the instructions you want to “program” the AI with.

In the User field you’ll need to insert the content of the file. To do this you’ll need to download the file first, preferably as text format.

Find a Google Docs or Drive module that can download it as text.

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.