Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 331 Bytes

CHAT GPT CLONE

This is a basic clone of the Open AI chat gpt interface built in .NET using blazor web assembly and tailwind css.

Requirements

  1. .NET 8
  2. Open AI Api key

How to run

  1. Clone the repository
  2. Paste your API key in the wwwroot/appsettings.json file in the field marked YOUR_API_KEY
  3. Run the project