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

Commit

parent d075fc83
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
"DoesTestStepsMetadataExist": true,
"FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/29/2024 08:51:58",
"HeaderLastSavedDateTimeUTC": "01/29/2024 09:04:47",
"IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": {
"028e7b29-d321-4e48-a760-c92538b0678a": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/ec84356e395faa1b0fdf1c7e126b562e-c1654a69e558fc9f\"",
......
......@@ -9,8 +9,8 @@
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_bPNxU9XVLG19eURGo8qiEEOYBE1rq+czTvXMeEmOyZ0=",
"Controls\\4.json": "C8_qvh3kgc+mSRTH5O58fpIsSLJ12NuSjE9U4QJUnicHE8=",
"Header.json": "C8_jfMJ0jcakJmhrsyFEX6Rri98OPLNplI7mcmEvdvFiqQ=",
"Controls\\4.json": "C8_ymXwoesAemNf8ZH8B4PMe2PP9TNaiDbNXCOfSaSxljQ=",
"Header.json": "C8_f3GjScaKxr+tfZXMg9rqn+7ghppyH2+4oJMGHO9pr30=",
"Properties.json": "C8_KdF+cDIaLbTSPBCHxkbr+EuLe7Y3Xv42636bjVQ6ZgI=",
"References\\DataSources.json": "C8_HSfaKIHBSrozd6pU4Lq8MXevnM/JO2VFylYmHHkb9So=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -20,15 +20,15 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ClientStampedChecksum": "C8_HWeO3yIlcDI+ffEPZR0IiOaPT2Mrdh++TYAQi/a7vTw=",
"ClientStampedChecksum": "C8_owtKLtInRpt9m1ejXrtXZutkIu5FOefxp5UAAzKXL1A=",
"ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_bNIDSrWcyqbMzfe4V1/mLV9uXIQUHXv0Brx6D7ustuo=",
"AppTests\\2.json": "C8_e7iNKGdPmvGBQG8t0GHgxl3LWfan9OmlJR4cLuSEmT0=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_bPNxU9XVLG19eURGo8qiEEOYBE1rq+czTvXMeEmOyZ0=",
"Controls\\4.json": "C8_qvh3kgc+mSRTH5O58fpIsSLJ12NuSjE9U4QJUnicHE8=",
"Header.json": "C8_jfMJ0jcakJmhrsyFEX6Rri98OPLNplI7mcmEvdvFiqQ=",
"Controls\\4.json": "C8_ymXwoesAemNf8ZH8B4PMe2PP9TNaiDbNXCOfSaSxljQ=",
"Header.json": "C8_f3GjScaKxr+tfZXMg9rqn+7ghppyH2+4oJMGHO9pr30=",
"Properties.json": "C8_KdF+cDIaLbTSPBCHxkbr+EuLe7Y3Xv42636bjVQ6ZgI=",
"References\\DataSources.json": "C8_HSfaKIHBSrozd6pU4Lq8MXevnM/JO2VFylYmHHkb9So=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
......@@ -38,5 +38,5 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
},
"ServerStampedChecksum": "C8_HWeO3yIlcDI+ffEPZR0IiOaPT2Mrdh++TYAQi/a7vTw="
"ServerStampedChecksum": "C8_owtKLtInRpt9m1ejXrtXZutkIu5FOefxp5UAAzKXL1A="
}
\ No newline at end of file
......@@ -280,12 +280,15 @@ BaseScreen As screen:
HoverFill: =RGBA(0, 0, 0, 0)
Icon: =Icon.Send
OnSelect: |
=If(
=// Define Varibales
If(
Creativity1.Value = false,
Set(Creativity,0.3),
Set(Creativity,0.9)
);
// Send to azure
If(
!IsBlank(textinput1.Text),
textinput1.Text; // you
......@@ -293,6 +296,8 @@ BaseScreen As screen:
Set(assiresp, ConnectAzureOpenai.Run(textinput1.Text, Creativity, behave1.SelectedText.'data-ADB4D7A662F548B49FAC2B986E348A1BVal')); // Assi
);
// text out
Set(tmpp, Text(assiresp.ttokens, "######"));
Set(
varResp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment