BuildShipBBuildShip
Powered by
thiwaT
BuildShip•2y ago•
6 replies
thiwa

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
Hey @thiwa, to import a package, all you need to do is simply include the import statement like:
import Groq from 'groq-sdk';
import Groq from 'groq-sdk';

Also, we have now added a new node for Groq Chat in the Node Library. You'll be able to use the
mixtral
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.)
image.png
Jump to solution
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

inference speed on Groq using Llama 3 70B through Buildship
anywhichwayAanywhichway / ❓・buildship-help
2y ago
DATABASE in buildship.. Bug or ..?
jimvhJjimvh / ❓・buildship-help
2y ago
Groq API call
AI SupportAAI Support / ❓・buildship-help
11mo ago
Can buildship see my custom nodes / workflows. ?
jackreevesJjackreeves / ❓・buildship-help
2y ago