ChatGptWebAzure is a web application of a chatbot based on Azure OpenAI API. The frontend is a simple HTML5 page, and the backend is implemented using .NET 6.0.
- Chat with ChatGPT without needing a VPN, with fast speed
- Backend uses Azure OpenAI API
- Remembers chat history and automatically restores it when the browser is restarted
- UI adapts to both mobile and computer screens
- Open ChatGptWebAzure
- Type in the question you want to ask in the input box
- Press the "Send Message" button or Enter key
- ChatGPT will return an answer
- Install .NET 6.0 SDK
- Clone the code repository:
git clone https://github.com/kaedei/ChatGptWebAzure.git
- Modify the appsettings.json file to replace the Azure API Key with your own
- Install dependencies:
cd ChatGptWebAzure && dotnet restore
- Start the application:
dotnet run
- Open a web browser and navigate to http://localhost:5211
If you find a bug or want to add new features, please submit an issue or pull request.
This project is licensed under the MIT License.