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:
CHATTRANSLATE - translates the given text into the selected target language
Syntax:
=CHATTRANSLATE (text, targetLanguage)
text (type: text) - the text to be translated
targetLanguage (type: text) - language in which the text will be translated
Przykłady:
=CHATTRANSLATE (Sztuczna inteligencja, en-US)
=CHATTRANSLATE (sesction3.a1, sesction4.a1)
0 Comments