<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article ChatGPT in Qlik Sense in Qlik Sense Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/ta-p/2064500</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BannerChatGPT.jpg" style="width: 768px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105816iB9E352E2349D3C53/image-size/large?v=v2&amp;amp;px=999" role="button" title="BannerChatGPT.jpg" alt="BannerChatGPT.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;&lt;STRONG&gt;ChatGPT&lt;/STRONG&gt; , developed by OpenAI, is the subject of the moment and is already the 4th&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;most&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;used "search engine" in the world, surpassing Bing and DuckDuckGo according to data from the traffic analysis site Similar Web (2023Abr04 - https://&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;A href="https://www.similarweb.com/blog/insights/ai-news/chatgpt-bing-duckduckgo" target="_blank"&gt;&lt;FONT&gt;www .similarweb.com/blog/insights/ai-news/chatgpt-bing-duckduckgo&lt;/FONT&gt;&lt;/A&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ChatGPT is a deep learning chatbot that comes with a set of advanced artificial intelligence features to help users solve complex problems.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;It uses natural language processing techniques to understand users conversations and provide intelligent responses.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;It can also learn and adjust responses based on user experience.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ChatGPT is a great tool for anyone who wants to build custom chat apps.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;I was recently asked if Qlik Sense can integrate with ChatGPT.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;And the answer is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;YES&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;!&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Access to ChatGPT can be done through an API provided by OpenAI.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;To do so, you need to have an OpenAI account, generate an access token and register a credit card.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The use of the ChatGPT API is paid, varying according to the model used, each with different capacities and prices.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Prices are per 1000 tokens.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;You can think of tokens as chunks of words, where 1000 tokens is about 750 words.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;There is how to configure usage limits.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;So be careful when using it so you don't have a surprise on your credit card statement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;STRONG&gt;&lt;FONT&gt;Using ChatGPT in Qlik Sense SaaS&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Let's show a simple example of integrating&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;Qlik Sense&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in a SaaS environment with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT&gt;ChatGPT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;, where we built a screen to ask questions to ChatGPT.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Initially you need an OpenIA API access token.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Let's create a screen with the following elements:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT&gt;A text input, to write the desired search;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT&gt;A Text Box To display the ChatGPT response;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT&gt;A button to reload the application whenever you do a new search&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;The screen looked like this:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT-Artigo-03.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105817i1440BD52E3459558/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChatGPT-Artigo-03.jpg" alt="ChatGPT-Artigo-03.jpg" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Next, let's create a load script, with a REST connector, to make requests to ChatGPT.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;- Initially declare the variables needed to perform the search:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;[TextChatGPT]:

LIB CONNECT TO 'OpenAI';

Let vOpenApiToken='&amp;lt;SEU TOKEN&amp;gt;';
Let vOpenAIUrlApi='https://api.openai.com/v1/completions';

Let vBody='{
 "model": "text-davinci-003",
 "prompt": "$(vPergunta)",
 "max_tokens": 250,
 "temperature": 0.7
}';

Let vBody = replace(vBody,'"', chr(34)&amp;amp;chr(34));&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;FONT style="font-family: inherit;"&gt;We've created a REST connector called OpenAI.&amp;nbsp;Let's use the text-davinci-003 template (I put ChatGPT3 here since currently few have access to the ChatGPT4 beta).&amp;nbsp;&lt;/FONT&gt;&lt;EM style="font-family: inherit;"&gt;The vOpenApiToken&lt;/EM&gt;&lt;FONT style="font-family: inherit;"&gt;&amp;nbsp;variable&amp;nbsp;should contain your token.&amp;nbsp;The&amp;nbsp;&lt;/FONT&gt;&lt;EM style="font-family: inherit;"&gt;vQuestion&lt;/EM&gt;&lt;FONT style="font-family: inherit;"&gt;&amp;nbsp;variable will be associated with the screen's text Input object.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Then we will make the API request:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;RestMasterTable:
SQL SELECT 
	"id",
	"object",
	"created",
	"model",
	"__KEY_root",
	(SELECT 
		"text",
		"index",
		"logprobs",
		"finish_reason",
		"__FK_choices"
	FROM "choices" FK "__FK_choices"),
	(SELECT 
		"prompt_tokens",
		"completion_tokens",
		"total_tokens",
		"__FK_usage"
	FROM "usage" FK "__FK_usage")
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION(URL "$(vOpenAIUrlApi)", 
		BODY "$(vBody)",
 		HTTPHEADER "Authorization" "Bearer $(vOpenApiToken)",
 		HTTPHEADER "Content-Type" "application/json");&lt;/LI-CODE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;So just collect the data in a table, and delete the RestMasterTable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;[choices]:
LOAD	
	[text],
	[index],
	[logprobs],
	[finish_reason]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_choices]);

DROP TABLE RestMasterTable;&lt;/LI-CODE&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;And ready.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Just load and the answer to your search in ChatGPT will be in the text field.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Going to our screen, just fill in the question text and press the button, wait for the reload and that's it.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Your answer will be on the screen!&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;As an example, I'll ask ChatGPT to "&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;FONT&gt;List 5 typical dishes from Alagoas&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;" (for those who know the State of Alagoas in the Northeast of Brazil, you know that we have a rich cuisine).&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;And the answer was:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;1. Carne de sol com macaxeira
2. Moqueca de peixe;
3. Arroz de caranguejo;
4. Baião-de-dois;
5. Cuscuz de tapioca.;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT-Artigo-01.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105818i3A02A8443169738F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChatGPT-Artigo-01.jpg" alt="ChatGPT-Artigo-01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;And so the ChatGPT oracle is built into Qlik Sense.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;Soon I will publish a second part generating images dynamically in Qlik Sense via ChatGPT.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;&lt;span class="lia-unicode-emoji" title=":vulcan_salute:"&gt;🖖🏻&lt;/span&gt; See you next time!!!&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;PS:&amp;nbsp;This article was originally published in Portuguese on linkedin. see in&amp;nbsp;&lt;A href="https://www.linkedin.com/pulse/chatgpt-qlik-sense-jean-paul-neumann/" target="_blank"&gt;https://www.linkedin.com/pulse/chatgpt-qlik-sense-jean-paul-neumann/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="qlik-partner-ambassador-200x200.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105819iAF74C99D7C1C1F91/image-size/small?v=v2&amp;amp;px=200" role="button" title="qlik-partner-ambassador-200x200.png" alt="qlik-partner-ambassador-200x200.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&amp;nbsp;&lt;A href="https://www.linkedin.com/feed/hashtag/qlikpartnerambassador?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3BokO8C1UjTXmLPF4ywsYU0g%3D%3D" data-artdeco-is-focused="true" data-ntt-old-href="https://www.linkedin.com/feed/hashtag/qlikpartnerambassador" target="_blank"&gt;&lt;FONT&gt;#QlikPartnerAmbassador&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;A href="https://www.linkedin.com/feed/hashtag/ntechti" target="_blank"&gt;&lt;FONT&gt;#NTechTI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;A href="https://www.linkedin.com/feed/hashtag/analyticslab" target="_blank"&gt;#AnalyticsLab&lt;/A&gt;&lt;/P&gt;
&lt;P class="reader-text-block__paragraph"&gt;&lt;A href="https://www.linkedin.com/feed/hashtag/qlik" target="_blank"&gt;#Qlik&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 02 May 2023 12:35:50 GMT</pubDate>
    <dc:creator>jptneumann</dc:creator>
    <dc:date>2023-05-02T12:35:50Z</dc:date>
    <item>
      <title>ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/ta-p/2064500</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;STRONG&gt;ChatGPT&lt;/STRONG&gt;, developed by OpenAI, is the subject of the moment and is currently the 4th most used "search engine" in the world. In this article, we will show an example of Qlik Sense integration with ChatGPT, opening up several opportunities to expand the use of Analytics and Active Intelligence to seek answers and insights through ChatGPT. &lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;A class="app-aware-link  update-components-text-view__hashtag" href="https://www.linkedin.com/feed/hashtag/?keywords=qlikpartnerembassador" target="_self" data-test-app-aware-link=""&gt;&lt;SPAN class="hashtag-a11y"&gt;&lt;SPAN aria-hidden="true"&gt;#&lt;/SPAN&gt;&lt;SPAN class="hashtag-a11y__name"&gt;QlikPartnerEmbassador&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A class="app-aware-link  update-components-text-view__hashtag" href="https://www.linkedin.com/feed/hashtag/?keywords=ntech" target="_self" data-test-app-aware-link=""&gt;&lt;SPAN class="hashtag-a11y"&gt;&lt;SPAN aria-hidden="true"&gt;&lt;FONT&gt;# &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="hashtag-a11y__name"&gt;&lt;FONT&gt;NTech&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A class="app-aware-link  update-components-text-view__hashtag" href="https://www.linkedin.com/feed/hashtag/?keywords=analyticslab" target="_self" data-test-app-aware-link=""&gt;&lt;SPAN class="hashtag-a11y"&gt;&lt;SPAN aria-hidden="true"&gt;#&lt;/SPAN&gt;&lt;SPAN class="hashtag-a11y__name"&gt;AnalyticsLab&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A class="app-aware-link  update-components-text-view__hashtag" href="https://www.linkedin.com/feed/hashtag/?keywords=qlik" target="_self" data-test-app-aware-link=""&gt;&lt;SPAN class="hashtag-a11y"&gt;&lt;SPAN aria-hidden="true"&gt;#&lt;/SPAN&gt;&lt;SPAN class="hashtag-a11y__name"&gt;Qlik&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/ta-p/2064500</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2023-05-02T12:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2092395#M5727</link>
      <description>&lt;P&gt;I am not able to see vQuestion variable in your article how you created and used them&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 07:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2092395#M5727</guid>
      <dc:creator>sumitk</dc:creator>
      <dc:date>2023-07-11T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2092589#M5729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153626"&gt;@sumitk&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;You can create the vQuestion variable at the beginning of the script:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Let vQuestion = '';&lt;/LI-CODE&gt;
&lt;P&gt;Or using the variable editor, available on the editing screen:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VariableEditor.jpg" style="width: 75px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111992i50D9A299DDF486D3/image-size/small?v=v2&amp;amp;px=200" role="button" title="VariableEditor.jpg" alt="VariableEditor.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And associate it to your question input field.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2092589#M5729</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2023-07-11T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2137232#M5761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;may be anyone can give me an headsup about the expections about the cost for a 30min usage&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best Indrani&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 14:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2137232#M5761</guid>
      <dc:creator>happyfeet11</dc:creator>
      <dc:date>2023-11-13T14:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139526#M5765</link>
      <description>&lt;P&gt;Big thanks to author, topic was very helpful!&lt;/P&gt;
&lt;P&gt;For future references - in vBody variable we need to use $(vQuestion) instead of $(vPergunta)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 19:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139526#M5765</guid>
      <dc:creator>SergiiEC</dc:creator>
      <dc:date>2023-11-20T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139545#M5766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82592"&gt;@happyfeet11&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Prices are not per time, are per 1,000 tokens. You can think of tokens as pieces of words, where 1,000 tokens is about 750 words. More information about prices, see:&amp;nbsp;&lt;A href="https://openai.com/pricing" target="_blank"&gt;https://openai.com/pricing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 21:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139545#M5766</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2023-11-20T21:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139546#M5767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/255156"&gt;@SergiiEC&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Yes you are correct. This post was originally written in Portuguese on Linkedin, and then translated into English. There was a translation fail (Question[en]=Pergunta[pt]). Thank's for the comment and I hope this article was useful to you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 21:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2139546#M5767</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2023-11-20T21:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2432231#M5811</link>
      <description>&lt;P&gt;How does ChatGPT contribute to data exploration and analysis workflows within Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 09:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2432231#M5811</guid>
      <dc:creator>Kathlyn</dc:creator>
      <dc:date>2024-03-19T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433355#M5812</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41445"&gt;@jptneumann&lt;/a&gt;&amp;nbsp;is this possible to use chat gpt by API calling in QS enterprise version? not SaaS.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 14:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433355#M5812</guid>
      <dc:creator>Narges</dc:creator>
      <dc:date>2024-03-21T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433484#M5813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/291207"&gt;@Kathlyn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Generative AI (GenAI) is a powerful tool for improving efficiency, innovation and customer experience in your business&amp;nbsp;&amp;nbsp;Consider exploring how this technology can be applied specifically to your industry and needs.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to explore GenAI? See some examples:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Custom Content Creation:&lt;/STRONG&gt;&lt;BR /&gt;Generate personalized content for your customers, such as product recommendations, marketing messages, and answers to frequently asked questions.&lt;BR /&gt;This improves the customer experience and increases engagement&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Design and Innovation:&lt;/STRONG&gt;&lt;BR /&gt;GenAI can help with product design, creating variations and prototypes. It can also generate new ideas and concepts for continuous innovation.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Process Optimization:&lt;/STRONG&gt;&lt;BR /&gt;GenAI can automate repetitive tasks such as reporting, data analysis and supply chain optimization, saves time and resources, allowing you to focus on strategic activities.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Forecasts and Analysis:&lt;/STRONG&gt;&lt;BR /&gt;GenAI can predict market trends, customer demand and consumer behavior, helping you make informed decisions and identify opportunities.&lt;/P&gt;
&lt;P&gt;In short, Generative AI is transforming every industry, delivering significant improvements in customer service, product innovation and process optimization. It is a powerful tool for boosting company profitability and efficiency.&lt;/P&gt;
&lt;P&gt;I hope I answered your question as expected.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 21:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433484#M5813</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2024-03-21T21:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: ChatGPT in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433486#M5814</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/197152"&gt;@Narges&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sure. All you need is to use the REST connector available in the Qlik Sense enterprise version On-premises.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 21:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/ChatGPT-in-Qlik-Sense/tac-p/2433486#M5814</guid>
      <dc:creator>jptneumann</dc:creator>
      <dc:date>2024-03-21T21:21:58Z</dc:date>
    </item>
  </channel>
</rss>

