-
Rephrase
- Standard
- Formal
- Expand
- Shorten
-
Change tone
- Professional
- Casual
- Straightforward
- Confident
- Friendly
-
Fix spelling & grammar
-
Convert to article
Screenshot:
To get the app working, you’ll need an OpenAI API key. You can get one by signing up for an account.
- Open the
./src/Data/Constants.cs
file and set your OpenAI API key toOPENAI_KEY
const.
const string OPENAI_KEY = "Provide_Your_OpenAI_License_Key_Here";
- Now, run the sample to see the OpenAI integration in Blazor RichTextEditor component.