はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Bogdan Todic
11
コネクタ
101
要約
要約
This library is used for calling OpenAI GPT-3.5 API with prompt, API key etc. Returns the generated response from GPT.
概要
概要
Connecting RPA with AI skills has never been easier. Go back to processes that were previously RPA refused for problems that GPT solves.
This activity uses the UiPath Invoke Code activity to call the OpenAI GPT-3.5 model API with input parameters including the prompt, model name, maximum tokens, and API key. The workflow validates input parameters and logs relevant information using the Log Message activity. It catches exceptions and throws error messages with the relevant information if there is an error in the API call or JSON parsing.
Input Parameters:
Output Parameters:
Response: The generated text response from the GPT-3.5 model.
機能
機能
The current version of the activity contains a simple GET API call but with all the validation and exception handling needed.
Future versions may evolve to include prompt generation mechanism, retraining etc.
その他の情報
その他の情報
依存関係
UiPath.System.Activities >= 22.10.4 UiPath.WebAPI.Activities >= 1.13.3