Is it possible to build a bot where one uses sever...
# 🌎general
p
Is it possible to build a bot where one uses several LLMs such as chat gpt, falcon and others and best possible response would be retrieved from one of these LLM ?
e
Hey @polite-optician-78033. We are working on allowing users to select different models for each AI Task and eventually the whole bot system.
In the meantime, you are free to make requests to your preferred provider by using Execute Code cards!
p
Are you looking for partners ?
e
Just to give you an example. You could grab the user question/intent, and make several requests to the desired services. Then you would save the results in one or several variables, and pass it as an input for an AI Task to figure out what is the best answer considering some requirements
You would still rely on GPT-3.5 Turbo to make the final processing, but it should work well
What do you mean by partners?
p
Sorry I thought I was in another chat. Any how do you have documentation on this ?
e
We have no documentation on how to use other providers, but I'm sure each makes available their own docs on how to make requests
But if you want to understand how to use a custom code that makes these requests, check out our docs at https://botpress.com/docs/cloud/toolbox/execute-code/