Skip to content
Snippets Groups Projects
Commit 58de0a5f authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent d55c4277
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
},
"FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/15/2024 07:15:47",
"HeaderLastSavedDateTimeUTC": "01/15/2024 07:16:31",
"IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": {
"4f97c1a9-66e5-4408-9cd9-6d91353932e7": "\"/providers/microsoft.powerapps/apis/shared_office365/connections/shared-office365-691d88fb-dc12-4d7f-afc5-caaebbf651d6\"",
......
......
......@@ -8,8 +8,8 @@
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_VzHZq7xKtn5qYKBzW3d2Y1SKB9AHNoOKHAmuxeNZYPM=",
"Header.json": "C8_wPaJXAsK9UPspc//NsoP7Yy4yAyi4Gj6BhG1AErHVGc=",
"Controls\\4.json": "C8_DWb2l+5ekNF9mkiNo1TV33jZzQNSUwJJ4mtTTnmXP7s=",
"Header.json": "C8_xoHAKy1NKi9oY6C3MUL1mAbUaVDhEeQTFHB024EumVc=",
"Properties.json": "C8_4898/kRDKmPthQiRk9Ow5td3EDUTJBuIyP1C38w2y3A=",
"References\\DataSources.json": "C8_qxHlSGjI1/gMkJLOaasKKGfYusaY9/2xy/2UacxP94g=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -18,14 +18,14 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ClientStampedChecksum": "C8_wKJKLoAz7yEtdtkyKjqCIdkVtssbcJFV7fo8/U/XFXM=",
"ClientStampedChecksum": "C8_3uGqi3EE4nKo7E4zYXIAr5AYyxzJOlNEAhprMKmDudI=",
"ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_wCLOYCxv9s2XA71mwx7q63iEej3YROn1TiE5SxEUAp4=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_VzHZq7xKtn5qYKBzW3d2Y1SKB9AHNoOKHAmuxeNZYPM=",
"Header.json": "C8_wPaJXAsK9UPspc//NsoP7Yy4yAyi4Gj6BhG1AErHVGc=",
"Controls\\4.json": "C8_DWb2l+5ekNF9mkiNo1TV33jZzQNSUwJJ4mtTTnmXP7s=",
"Header.json": "C8_xoHAKy1NKi9oY6C3MUL1mAbUaVDhEeQTFHB024EumVc=",
"Properties.json": "C8_4898/kRDKmPthQiRk9Ow5td3EDUTJBuIyP1C38w2y3A=",
"References\\DataSources.json": "C8_qxHlSGjI1/gMkJLOaasKKGfYusaY9/2xy/2UacxP94g=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -34,5 +34,5 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ServerStampedChecksum": "C8_wKJKLoAz7yEtdtkyKjqCIdkVtssbcJFV7fo8/U/XFXM="
"ServerStampedChecksum": "C8_3uGqi3EE4nKo7E4zYXIAr5AYyxzJOlNEAhprMKmDudI="
}
\ No newline at end of file
......@@ -245,7 +245,7 @@ Screen1 As screen:
HoverFill: =RGBA(0, 0, 0, 0)
Icon: =Icon.Send
OnSelect: |-
=If(!IsBlank(textinput1.Text), Set(varResp, varResp & Char(13) & textinput1.Text & Char(13) & Char(13) & "GPT: " & ConnectAzureOpenai.Run(textinput1.Text).assi & Char(13)));
=If(!IsBlank(textinput1.Text), Set(varResp, varResp & Char(10) & textinput1.Text & Char(10) & Char(10) & "GPT: " & ConnectAzureOpenai.Run(textinput1.Text).assi & Char(10)));
If(!IsBlank(textinput1.Text), Set(varRespMail, varRespMail & "<br>" & textinput1.Text & "<br>" & "<br>" & "GPT: " & ConnectAzureOpenai.Run(textinput1.Text).assi & "<br>"));
Reset(textinput1);
Notify("ChatGPT asked", NotificationType.Success, 1000);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment