W
Wasp-langmuellerbri

Does Wasp support other LLMs such as Claude or open-source models from Hugging face?

Hi everyone, I recently came across this project and was very intrigued. Props to the team for their work on this! Before getting started with wasp, I wanted to check if it has the flexibility to support any LLMs. If not, I would be interested in integrating a chatbot I created using FlowiseAI and was wondering if that is possible as well.
kapa.ai
kapa.ai•15d ago
Hi @muellerbri. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not specifically mention support for other LLMs such as Claude or open-source models from Hugging Face. However, Wasp has been used to integrate with OpenAI's API for a chatbot application source (https://discord.com/channels/686873244791210014/1205875759936446474). As for integrating a chatbot created using FlowiseAI, it would largely depend on the specifics of how your chatbot is implemented and how it interacts with other services. Wasp is a framework that can be used to build web apps that interact with various APIs, so if your chatbot can be interacted with via an API, it should theoretically be possible to integrate it with a Wasp app source (https://discord.com/channels/686873244791210014/1211958191244582922). However, please note that Wasp currently works with React, Node.js, and Prisma, so you would mostly be using these source (https://discord.com/channels/686873244791210014/1206921679608090646). For more detailed information, I would recommend checking out the Wasp documentation (https://wasp-lang.dev/docs) or reaching out to the Wasp community for more specific guidance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @muellerbri, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
miho
miho•14d ago
Wasp is a general purpose full stack framework, so you can integrate what ever you can think of 🙂 it’s just a React web app and a Node.js server in the end!
Want results from more Discord servers?
Add your server
More Posts
checkStripePortalLInkExists in shared/constants.tsI'm using OpenSaas with with wasp 0.13.2 and WSL2. The documentation (https://docs.opensaas.sh/guid[Authentification] NetworkError when singin on a fresh installHello , I have an authentification NetworkError when I try to signin on a first use of the app. I Can someone help me in making chat application using waspHey I was trying to make random chat app to learn more about mern, but now i am clueless. Can someonHaving multiple generator in schema.prismaHello, Currently if I add my entities in `main.wasp` then the generated `schema.prisma` has generatDirect to a defined page after successful loginHello I have the standard LoginPage, as given in the ToDo App tutorial (see picture). I now would lRemove email loginIs it possible to only rely on OAuth and disable email login when using OpenSaas? When I comment outHow to use Env variables in main.wasp?I want to set the email authentication `fromField.name` to `process.env.FROM_NAME` and `fromField.can not find "wasp/server/_types" module or declarationany suggestion? this error won't effect dev, but I can't have the right type with action's params arDisable email loginIf I only want Google signup, is there a way to remove the email login? I tried commenting ``` emailDo I have a way to use useLazyQuery ?My app filters some data. I need to be able to refetch whenever the user clicks on "search" with theWhere to see migration files?I have messed up one migration (because I had to delete my local code), and now I don't know where tFile upload size limitI'm trying to implement max file upload size to the s3 bucket. I've handled the front-end but I worr