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.


The KaTeX stylesheet is not loaded! KaTeX version: 
Set your OpenAI API key below:
{ let val = '' if (event.target && event.target[0].value) { val = (event.target[0].value).trim() } setOpenAI({ apiKey: val }) hasModels = hasActiveModels() }} >

{#if !apiKey}

Please enter your OpenAI API key above to use Open AI's ChatGPT API.

{/if}

Set OpenAI API Endpoint:

{ if (event.target && event.target[0].value) { setApiBase(event.target[0].value) } else { setApiBase('https://api.openai.com') event.target[0].value = 'https://api.openai.com' } }} >

{#if apiKey}
Select an existing chat on the sidebar, or create a new chat
{/if}