May 3, 2023

Enabling the Arc Assistant in Slice

v4.1.0 introduces the Arc Assistant. You can ask any question you like to the Arc Assistant through Slice by using a new function ArcAssistant.Data.

The Arc Assistant is powered by OpenAI (ChatGPT). Be aware that by using this feature, the data is sent to OpenAI servers.

How to enable the Arc Assistant in Slice

The first step is to sign-up to OpenAI and request an API key here. Once you have your key, click the Settings button in Slice, go to the AddIn tab and paste your key into the OpenAI API Key field as below:

How to use ArcAssistant.Data

The function ArcAssistant.Data has two arguments:

  • The question
  • The data array

Once you press enter you then need to wait a few seconds for the magic to happen: The data is sent to the OpenAI servers, OpenAI is doing the magic and then sends back the answer.

Related content

Loading related content