https://github.com/npdeehan/ai_transater_template
This is a connector template for Camunda 8 SaaS. It uses OpenAI to translate given text into a given langauge.
https://github.com/npdeehan/ai_transater_template
Last synced: 5 months ago
JSON representation
This is a connector template for Camunda 8 SaaS. It uses OpenAI to translate given text into a given langauge.
- Host: GitHub
- URL: https://github.com/npdeehan/ai_transater_template
- Owner: NPDeehan
- License: apache-2.0
- Created: 2023-09-08T07:15:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T12:53:29.000Z (over 2 years ago)
- Last Synced: 2025-06-04T11:36:32.316Z (about 1 year ago)
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Translate Connector Template
This is a connector template for Camunda 8 SaaS. It uses OpenAI to translate given text into a given language.
This just uses the [Open AI Connector](https://github.com/camunda/connectors/tree/main/connectors/openai) as a base to build a translation function.
## Publish the Connector
1. Create a Camunda 8 SaaS account.
2. Upload the `ai_translate.json` file to the Camunda web Modeler
3. Create an OpenAi API key and store it in Camunda as a `secrete` called `OpenAI`
4. Publish the Connector.
## Using The Connector
To use the Connector start building a model with a service task.
Use the 🔧 Icon to change the type, then you can do a search for the connector
