Skip to content

inferablehq/demo

Repository files navigation

@inferable/demo

A demonstration of Inferable services including a terminal copilot and SQL-to-text functionality.

Installation

npm install @inferable/demo

Usage

This package requires Node.js 18 or later. Run the service using:

npx tsx index.ts

Or use the provided npm scripts:

# Start the service
npm start

# Start with watch mode for development
npm run dev

Environment Variables

Make sure to set your Inferable API secret in an environment variable:

export INFERABLE_API_SECRET=your_secret_here

License

MIT

About

Demo services for Inferable local installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published