As of version 2.2, our platform offers integration with OpenAI, enabling the use of the chatbot service.
To use the OpenAI service and chatbots, you will need an API key, which can be obtained from the official OpenAI website.
link: https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
To connect the OpenAI service after obtaining the API key, go to the administration panel. Then, open the 'External data sources' tab and select 'OpenAI' from the available options. Enter your API token in the appropriate field and also select your preferred model for the chat.
When the service is connected to Qalcwise, two new formulas will appear in the designer, one of them is:
CHAT which returns a response from chatGPT for the query typed as a parameter.
Syntax:
=chat(Prompt)
Prompt - a query to chatGPT
Examples:
=Chat(What does artificial intelligence deal with?)
=Chat(section2.a1)
0 Comments