GeneralBots / BotServer

LLM Orchestrator powered by langchain and Bot Framework V4 & several features including Whatsapp.
https://gb.pragmatismo.cloud
Other
61 stars 37 forks source link

New mode FULL for LLMMode in .gbot #407

Open rodrigorodriguez opened 5 months ago

rodrigorodriguez commented 5 months ago

else if (LLMMode === "full") {

  throw new Error('Not implemented.'); // TODO: #
}