ChatGPT inspired user chatbot web application. Users can send queries or prompts and get a response(s) from the chatbot. The chatbot utilizes OpenAI's API and GPT-3.5 Turbo Model. explore application
The client runs using npm and the API uses Nuget packages. Api packages are already present in the repository therefore no installation is required. However, some packages might be out-of-date and will need some update
To run the project follow the instructions below
You need NodeJS to run the command below. Download NodeJS
npm install
npm run dev
- Open Visual Studio
- Open The Package Manager console
- Change the connection string to your localhost server
- Apply migrations to your database using the command below.
update-database
This will create all necessary database tables using the initial migrations in the project.
- Now build and run the solution. Your server should be up and running
This project is licensed under MIT
1.0.0