Build and deploy LLM Function Calling globally in minutes.
Create account on vivgrid
Project
. You will get APP_KEY
and APP_SECRET
,
later, you will need them to debugging on your local dev server or deploying to vivgrid.Install the Stateful Serverless Framework: YoMo
curl -fsSL https://get.yomo.run | sh
Install the cli
yc
cli to ease the provisioning stage, install it:
curl "https://bina.egoist.dev/vivgrid/yc" | sh
Deploy your serverless to all regions
yc.yaml
file at the root of your project directory, then execute
yc deploy app.go --env OPENWEATHERMAP_API_KEY=<YOUR_OPENWEATHERMAP_API_KEY>
. the yc.yaml
file should look like this: