ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for an OpenAI API key first. OpenAI bills per token (usage-based), which means it is a lot cheaper than ChatGPT Plus, unless you use more than 10 million tokens per month. All messages are stored in your browser's local storage, so everything is private. You can also close the browser tab and come back later to continue the conversation.
Set your OpenAI API key below:
{ apiKeyStorage.set(event.target[0].value); }} >

{#if !apiKey}

Please enter your OpenAI API key above to use ChatGPT-web

{/if}
{#if apiKey}
Select an existing chat on the sidebar, or { activeChatId = addChat(); }}>create a new chat
{/if}