-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cabc7a
commit 2a718b7
Showing
30 changed files
with
775 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [danielmonettelli] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "nuget" | ||
directory: "/ChatGPT/" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
namespace ChatGPT; | ||
|
||
public partial class App : Application | ||
namespace ChatGPT | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
public partial class App : Application | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
|
||
MainPage = new AppShell(); | ||
} | ||
MainPage = new AppShell(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
namespace ChatGPT; | ||
|
||
public partial class AppShell : Shell | ||
namespace ChatGPT | ||
{ | ||
public AppShell() | ||
{ | ||
InitializeComponent(); | ||
} | ||
public partial class AppShell : Shell | ||
{ | ||
public AppShell() | ||
{ | ||
InitializeComponent(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31611.283 | ||
VisualStudioVersion = 17.8.34330.188 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatGPT", "ChatGPT.csproj", "{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatGPT", "ChatGPT.csproj", "{CEA4AB77-84CB-4662-A5B8-7D71182A5296}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{A8A52DCB-72EA-4A12-AADA-F7BBC61EE537}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{CEA4AB77-84CB-4662-A5B8-7D71182A5296}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} | ||
SolutionGuid = {B0B0D1C3-E4DF-4A6F-B3E3-67C9107DF77F} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
namespace ChatGPT.Constants | ||
{ | ||
public static class APIConstants | ||
{ | ||
public const string OpenAIUrl = "https://api.openai.com/"; | ||
public const string OpenAIToken = "OPENAI_API_KEY_HERE"; | ||
public static class APIConstants | ||
{ | ||
public const string OpenAIUrl = "https://api.openai.com/"; | ||
public const string OpenAIToken = "OPENAI_API_KEY_HERE"; | ||
|
||
public const string OpenAIEndpoint_Completions = "v1/completions"; | ||
public const string OpenAIEndpoint_Generations = "v1/images/generations"; | ||
} | ||
public const string OpenAIEndpoint_Completions = "v1/completions"; | ||
public const string OpenAIEndpoint_Generations = "v1/images/generations"; | ||
} | ||
} |
Oops, something went wrong.