nlpodyssey / cybertron

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

How to execute command with LLM NLP model #37

Open ior308 opened 1 year ago

ior308 commented 1 year 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