diff --git a/src/App.svelte b/src/App.svelte index a2820da..8eecfa4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,12 +1,11 @@ - + -
{#if activeChatId} - + {:else} -
-
- 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. 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}
- +