/TalkGPT

Primary LanguageTypeScriptMIT LicenseMIT

TalkGPT

Desktop App that connects to GPT_3.5_Turbo and provides Chat Completion through API.

Works standalone as well as with Able for Speech-to-Text Capability

TalkGPT gif

Run

Dependecy Installation

yarn

create a .env file at the root of the project & enter the following

OPENAI_API_KEY=your_api_key

replace your_api_key with actual secret API key from OpenAI

Generate platform specific executables

yarn package