One of the unique abilities of our product is the ablility to create runnable workflows from natural language.
- Select a flow from the sidebar or create a new flow.
- Click
Generatefrom the top right corner of the header. - This will show a popup box asking for the model_name and description of your flow in natural language.
- Currently we only support OpenAI, but we plan to integrate other models soon. Let us know if you want a specific model integrated.
- Request your OpenAI api key by signing up here or you can contact us on our social media handles and we can provide you one based on your use case.
- Now head to the directory where you created your collection in your file system. Create a
.envfile and enterOPENAI_APIKEY=<api_key_value>. Once you do that you should start seeing that in theGeneratepop up box if you select OPENAI as your choice of model.
- Now that you have everything set, describe your flow, click
Generateand you will soon see a series of nodes connected together to form a workflow. You can run the workflow, modify it by adding more logical nodes and finally save it for future use.

