nlpodyssey / cybertron

Cybertron: the home planet of the Transformers in Go
BSD 2-Clause "Simplified" License
280 stars 26 forks source link

How to execute command with LLM NLP model #37

Open ior308 opened 9 months ago

ior308 commented 9 months ago

Dear,

I would like to execute some rest API (or SQL statement) using a LLM model, for instance: "write an email to or send an email to..etc" and the model launch some API REST.

How to do using SPAGO or Cybertron ?

Regards