n8n-nodes-starter/README.md

56 lines
2.1 KiB
Markdown
Raw Normal View History

# n8n-nodes-digitalocean-serverless-inference
2022-08-11 10:18:01 +01:00
This is an n8n community node for the [DigitalOcean Gradient™ AI Platform Serverless Inference API](https://gradientai-sdk.digitalocean.com/api/resources/chat/). It provides access to DigitalOcean Gradient™ AI Platform's large language models through n8n workflows.
2019-10-03 08:53:03 +02:00
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Resources](#resources)
2022-06-13 16:50:13 +01:00
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
2022-08-11 10:18:01 +01:00
### Quick Installation
2022-08-11 10:18:01 +01:00
1. Go to **Settings > Community Nodes**
2. Select **Install**
3. Enter `@digitalocean/n8n-nodes-digitalocean-serverless-inference` in **Enter npm package name**
4. Agree to the risks of using community nodes
5. Select **Install**
2022-08-11 10:18:01 +01:00
**Note:** After installation, you need to restart your n8n instance for the new node to be recognized.
2019-10-03 08:53:03 +02:00
### Chat Completion
2022-08-11 10:18:01 +01:00
Create chat completions using DigitalOcean Gradient™ AI Serverless Inference LLMs. The node supports:
2022-06-13 16:46:20 +01:00
- Multiple messages with system, user, and assistant roles
- [Multiple Models](https://docs.digitalocean.com/products/gradient-ai-platform/details/models/)
- Customizable parameters conforming to the [API Specification](https://gradientai-sdk.digitalocean.com/api/resources/chat/subresources/completions/methods/create)
2022-06-13 16:46:20 +01:00
## Credentials
To use this node, you need a [Model Access Key](https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/#create) from DigitalOcean Gradient™ AI Platform
## Compatibility
- Requires n8n version 1.0.0 or later
- Tested up to n8n version 1.106.3
## Resources
- [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
- [DigitalOcean Gradient™ AI Serverless Inference documentation](https://docs.digitalocean.com/products/gradient-ai-platform/how-to/use-serverless-inference/)
## Version History
### 1.0.0
- Initial usable release
2019-10-03 08:53:03 +02:00
## License
[MIT](LICENSE.md)