Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.3 KB

ConverseAI

A web application that uses OpenAI's ChatGPT to generate responses based on user input. The application is built using Javascript as the frontend and NodeJS for the backend.

image image

Features

  • 🧮 User-friendly interface for making requests to the OpenAI API
  • ❄ Responses are displayed in a chat-like format
  • 🌐 Powerful model: "gpt-3.5-turbo"
  • 📦 Code Assistance
  • 📝 Creative Writing
  • 📦 Highlight code syntax

Technologies Used

  • For client, I have used Vanilla Javascript.
  • For server, I used node js and express.

Usage

  • Type in the input field and press enter or click on the send button to make a request to the OpenAI API
  • Use control+enter to add line breaks in the input field
  • Responses are displayed in the chat-like format on top of the page
  • Generate code, including translating natural language to code

Contributing

This project welcomes contributions and suggestions for improvements. If you have any ideas, please feel free to open an issue or create a pull request.

Thank you for your consideration.