Package Exports
- @platformatic/ai-warp
- @platformatic/ai-warp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@platformatic/ai-warp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ai-warp
Platformatic Stackable to interact with AI services.
Usage
To get started using AI Warp, all you need to do is three steps:
Generate an AI Warp app. As of now, this can only be done through this repository.
npm install npm run build npm run create
Configure the app's Platformatic config file. By default, this is located at
ai-warp-app/platformatic.json. For a full list of available configuration options, see docs/config.md.Start the app!
npm start
For more information, see CONTRIBUTING.md and Documentation.