chatgpt-svelte
chatgpt-svelte copied to clipboard
A simple UI for the ChatGPT Open AI Api
Bug : After the bot answer and we click "New Chat" the last answer is stuck in display, to fix it : ``` const reset = () => { store.set({...
Hello, love your chat starter kit. Do you plan to add responsive for mobile/tablets ? Thanks
I noticed that this repository does not currently contain the proper license. I am sorry that I have already forked it, but in the case of an unintended No license,...
running this - I get the following stack trace when i submit something . TypeError: text.match is not a function at GPT3NodeTokenizer.encode (/Users/jonahfox/Downloads/chatgpt-svelte-main/node_modules/.pnpm/[email protected]/node_modules/gpt3-tokenizer/dist/gpt3-tokenizer.cjs.development.js:155:26) at Module.getTokens (/src/lib/utils/tokenizer.ts:8:28) at eval (/src/routes/api/chat/+server.ts:28:44) at...
Hey, For my use case, I needed this application dockerized. So in this PR I update the application to use the [node-server](https://kit.svelte.dev/docs/adapter-node#environment-variables) & added a Dockerfile / .dockerignore. Please note,...