https://github.com/platformatic/ai-warp
Platformatic Stackable to interact with AI services
https://github.com/platformatic/ai-warp
Last synced: 11 months ago
JSON representation
Platformatic Stackable to interact with AI services
- Host: GitHub
- URL: https://github.com/platformatic/ai-warp
- Owner: platformatic
- License: apache-2.0
- Created: 2024-02-26T10:48:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T01:13:46.000Z (11 months ago)
- Last Synced: 2025-04-19T02:19:06.087Z (11 months ago)
- Language: TypeScript
- Size: 904 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-warp
Platformatic Stackable to interact with AI services.
## Usage
1. `npx create-platformatic@latest`
2. Select `Application`, then `@platformatic/ai-warp`
3. Enter `my-ai-app` (or anything you like) as your app name
4. Select `@platformatic/ai-warp`
5. Select your AI provider
6. Enter the model you want to use (use the path in case of local llama2)
7. Enter the API key if using an online provider (openai, mistral, azure)
For more information, see [CONTRIBUTING.md](./CONTRIBUTING.md) and [Documentation](#documentation).
## Documentation
* [REST API](./docs/rest-api.md)
* [Config](./docs/config.md)
* [Authentication](./docs/auth.md)
* [Rate Limiting](./docs/rate-limiting.md)
* [Plugin API](./docs/plugin-api.md)
* [Contributing](./CONTRIBUTING.md)
* [Adding a AI Provider](./docs/add-ai-provider.md)
## License
Apache-2.0