0.0.25 • Published 1 year ago
@inferable/demo v0.0.25
@inferable/demo
A demonstration of Inferable services including a terminal copilot and SQL-to-text functionality.
Installation
npm install @inferable/demoUsage
This package requires Node.js 18 or later. Run the service using:
npx tsx index.tsOr use the provided npm scripts:
# Start the service
npm start
# Start with watch mode for development
npm run devEnvironment Variables
Make sure to set your Inferable API secret in an environment variable:
export INFERABLE_API_SECRET=your_secret_hereLicense
MIT