Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork24
ChatGPT is an open-source chat application developed with .NET MAUI, employing OpenAI technologies to replicate functionality similar to ChatGPT. The application generates chat responses using these OpenAI technologies.
License
danielmonettelli/dotnetmaui-chatgpt-app-oss
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Experience natural conversations with ourChatGPT 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 theOpenAIToken
constant in the project, which is responsible for storing it.
namespaceChatGPT.Constants{publicstaticclassAPIConstants{publicconststringOpenAIUrl="https://api.openai.com/";publicconststringOpenAIToken="OPENAI_API_KEY_HERE";publicconststringOpenAIEndpoint_Completions="v1/completions";publicconststringOpenAIEndpoint_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.
About
ChatGPT is an open-source chat application developed with .NET MAUI, employing OpenAI technologies to replicate functionality similar to ChatGPT. The application generates chat responses using these OpenAI technologies.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.