Skip to content

Releases: ioanmo226/chatgpt-web-application

ChatGPT Web Application 1.3.0

08 Mar 04:16
Compare
Choose a tag to compare

Release v1.3.0 - Whisper API Integration

Here's the release of version 1.3.0 of our custom ChatGPT web application, which includes the integration of the Whisper API.

The Whisper API enables our application to transcribe audio recordings into text, making it easier for users to communicate and interact with each other. This feature is particularly useful for users who prefer to dictate their messages instead of typing them out manually, or for those who have hearing impairments and rely on audio input.

To use this new feature, simply select whisper model, select audio file and send it through our chat interface. The Whisper API will automatically transcribe the audio into text, allowing your recipient to read your message just like any other chat message.

I hope you find the OpenAI Whisper API integration useful in your conversations, and look forward to continuing to enhance application with new features and improvements in the future.

ChatGPT Web Application 1.2.2

02 Mar 09:14
Compare
Choose a tag to compare

This release features support for the GPT-3.5 model, which is an improvement over the GPT-3 model and can understand as well as generate natural language or code.

With the addition of the GPT-3.5 model, users can now enjoy improved accuracy and quality of responses when making requests to the OpenAI API. The GPT-3.5 model is now the default model used in the application, but users can still choose to use the GPT-3 model if they prefer.

ChatGPT Web Application 1.1.0

13 Feb 17:25
Compare
Choose a tag to compare

This release features improvements to the user experience by making the website mobile responsive.

Users can now use the ChatGPT Web Application on their mobile devices with a layout optimized for smaller screens. The chat interface and code viewer now adapt to different screen sizes for a seamless experience.

ChatGPT Web Application 1.0.0

11 Feb 19:34
b44e9b3
Compare
Choose a tag to compare

Here's the release of ChatGPT Web Application, a demo application that allows users to interact with OpenAI's GPT-3 language model & Dalle model through a simple and user-friendly interface. This application is a result of the combination of various technologies and features to provide a smooth and seamless experience for the users.

In this release, I have added the following features and improvements:

  • User-friendly interface for making requests to the OpenAI API
  • Responses are displayed in a chat-like format
  • Code Blocks are detected and displayed in a Code Viewer
  • Highlighted markdown text in the responses
  • Ability to generate images from OpenAI's DALL·E model
  • Automatic scrolling to the latest response
  • Error handling and notifications for API requests