Hyper Chat is a free, safety chat bot with OpenAI and Azure OpenAI service. Its built with Tauri, React, TailwindCSS, IndexedDB. And its completely open-source.
The core of Hyper Chat is absolute data security, we use IndexedDB to store your data and API keys, and no data will be transmitted to the internet. Currently, we support various scenarios such as Chat Completion, Text Completion, Audio Transcription, Audio Translation and Image Generation, with the support of the large language models and its API provided by OpenAI and Azure OpenAI service.
Chat models take a series of messages as input, and return a model-generated message as output.
The completions endpoint can be used for a wide variety of tasks. You input some text as a prompt, and the model will generate a text completion that attempts to match whatever context or pattern you gave it.
The transcriptions API takes as input the audio file you want to transcribe and the desired output file format for the transcription of the audio.
The translations API takes as input the audio file in any of the supported languages and transcribes, if necessary, the audio into english.
The image generations endpoint allows you to create an original image given a text prompt.
1-minute introduction to Hyper Chat.