Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erossini/chatgptgrammarapi
An implementation with ASP.NET Core of an API using ChatGPT library for grammar check
https://github.com/erossini/chatgptgrammarapi
aspnet-core aspnetcore chatgpt chatgpt-api csharp
Last synced: 24 days ago
JSON representation
An implementation with ASP.NET Core of an API using ChatGPT library for grammar check
- Host: GitHub
- URL: https://github.com/erossini/chatgptgrammarapi
- Owner: erossini
- License: mit
- Created: 2024-06-17T20:59:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T21:54:54.000Z (8 months ago)
- Last Synced: 2025-01-07T16:49:13.522Z (29 days ago)
- Topics: aspnet-core, aspnetcore, chatgpt, chatgpt-api, csharp
- Language: C#
- Homepage: https://puresourcecode.com/dotnet/net8/using-chatgpt-library-for-grammar-checker-api/
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT GrammarChecker Api
An implementation with ASP.NET Core of an API using ChatGPT library for grammar check.In this [new article](https://puresourcecode.com/dotnet/net8/using-chatgpt-library-for-grammar-checker-api/), we’ll show you a way to use my new ChatGPT library for a grammar checker API: the ChatGPT API takes a paragraph and corrects it for grammar and spelling and return it to the user. In other words, we are creating an API inside an API.
- [New ChatGPT library for C#](https://puresourcecode.com/dotnet/net8/new-chatgpt-library-for-c/)
- [Write a ChatGPT client](https://puresourcecode.com/dotnet/csharp/write-a-chatgpt-client/)
- [ChatGPT GitHub repository](https://github.com/erossini/ChatGPTLibrary)
- [Using ChatGPT library for grammar checker API](https://puresourcecode.com/dotnet/net8/using-chatgpt-library-for-grammar-checker-api)