February 8, 2023 · RPA Framework
OpenAI comes to RPA Framework
OpenAI (#792) comes to RPA Framework! New library RPA.OpenAI adds four keywords covering GPT-3 text completions and DALL.E image creation.
-
Authorize To OpenAI: Authorize with OpenAI using your API key -
Completion Create: Keyword for creating text completions in GPT-3 API using your prompt and various arguments. -
Image Create: Create one or more images based on a text prompt. -
Image Create Variation: Creating one or more variations of an existing image.
Note!
The RPA.OpenAI is not included in the core rpaframework package, so please add rpaframework-openai==1.0.1 as a pip dependency in your conda.yaml.