Goose
Last updated
Was this helpful?
Was this helpful?
brew install block/tap/goosecurl -fsSL https://github.com/block/goose/releases/latest/download/download_cli.sh | bashexport TENSORX_API_KEY=your-tensorx-api-key-heregoose configureGOOSE_PROVIDER: openai-compatible
GOOSE_MODEL: z-ai/glm-5.1
OPENAI_BASE_URL: https://api.tensorx.ai/v1
OPENAI_API_KEY: your-tensorx-api-key-heregoose sessiongoose run "refactor the auth module to use JWT tokens"curl https://api.tensorx.ai/v1/models \
-H "Authorization: Bearer $TENSORX_API_KEY"