Experience natural conversations with our ChatGPT application, built with .NET MAUI for simplicity and efficiency.
IMPORTANT ANNOUNCEMENT: An ethical and responsible use of ChatGPT, an application created in .NET MAUI and based on OpenAI technology, is essential. Users and developers must consider the possible ethical and social impacts, working together to guarantee ethical and responsible standards such as transparency, fairness and responsibility.
Before using the application, it is recommended to create an OpenAI account and generate your API key. You can manage your secret keys on the following OpenAI page.
Next, add the OpenAI API key to the OpenAIToken
constant in the project, which is responsible for storing it.
namespace ChatGPT.Constants
{
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";
}
}
✔️ | |
✔️ | |
✔️ | |
✔️ |
Luis Beltran | Bryan Oroxón | Daniel Monettelli |
It is with humility and gratitude that we offer our open source contributions to the .NET MAUI community, hoping to share a small grain of wisdom. If you decide to use this project, please feel free to acknowledge the contributions and dedication of all contributors.