Groq (or custom code) on buildship
So I am trying to use a large language model that is really fast. The Groq APIs (with Mixtral) is the best for my use case.
Is there a way to install the groq JavaScript package in an empty node? "npm install" doesn't seem to work
#Groq #llm #package installation #ðã»feature-request
Solution:Jump to solution
Hey @thiwa, to import a package, all you need to do is simply include the import statement like:
Also, we have now added a new node for Groq Chat in the Node Library. You'll be able to use the
mixtral
model with Groq directly by choosing that from the Model dropdown. (To try it out, make sure to refresh your buildship.app, and then add the Groq Chat node from the library.)...4 Replies
@Bhavya - can you check on this and perhaps we can add Groq nodes to our library
Sure, I'll take a look ð«¡
Solution
Hey @thiwa, to import a package, all you need to do is simply include the import statement like:
Also, we have now added a new node for Groq Chat in the Node Library. You'll be able to use the
mixtral
model with Groq directly by choosing that from the Model dropdown. (To try it out, make sure to refresh your buildship.app, and then add the Groq Chat node from the library.)You are the bomb. So great you guys are fast!