Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.2

...

The OpenAI panel allows you to configure the application to use your OpenAI or Azure OpenAI account to assist you when creating test scenarios. The model of OpenAI that is used must support functional callsfunction calling. Functionality has been tested on GPT 3.5 turbo and GPT-4.

Using OpenAI to create test scenarios requires access to your OpenAI or Azure OpenAI account. To enable it, set the following preferences:

  • Enable: When enabled, OpenAI is available when creating test scenarios from an OpenAPI/Swagger definition.
  • Provider: Your OpenAI provider. Choose between OpenAI and Azure OpenAI.
  • Configuration (OpenAI)
    • API key: Your OpenAI token.
    • Organization ID: The Organization ID you want to use when accessing the OpenAI client. Optional. If no Organization ID is supplied, the default organization ID for your account will be used.
    • Test Connection: Click to test the connection to your OpenAI client.
    • Model > Name: The name of the OpenAI model you are using, for example gpt-3.5-turbo-16k or gpt-4.
  • Configuration (Azure OpenAI)
    • Resource Name: The Azure resource group that contains your deployed Azure OpenAI resourcemodel.
    • Deployment ID: The deployment name of your Azure OpenAI model.
    • API key: Your Azure OpenAI token.
    • Test Connection: Click to test the connection to your Azure OpenAI clientAzure OpenAI.

Note: OpenAI may produce inaccurate information, which may affect product features dependent on OpenAI.

Note
titleProxy Settings

Eclipse users: If you are going through a proxy to connect to your OpenAI or Azure OpenAI account, your Eclipse proxy settings are used, not your Parasoft proxy settings.

...