Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platformatic/ai-warp
Platformatic Stackable to interact with AI services
https://github.com/platformatic/ai-warp
Last synced: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:13:07.000Z (7 months ago)
- Last Synced: 2024-05-23T01:17:24.149Z (7 months ago)
- Language: TypeScript
- Size: 488 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
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