Skip to main content

Usage

Flags

  • -d, --credential: Set the credential when connecting to Zipper.
  • -n, --name: Set the name of the Serverless LLM Function, it should match the specific name in Zipper config file.
  • -r, --runtime: Set the runtime of the Serverless LLM Function, default is node, also support go
  • -z, --zipper: Set the address of Zipper to connect.

Example

Follow last tutorial: yomo init, we created a LLM Function Calling tool-get-weahter, now we will run it with yomo run command.
The source code of this example can be found at Github