chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

ChatGPT web interface using the OpenAI API

Results 71 chatgpt-web issues
Sort by recently updated
recently updated
newest added

Add support to the newly added `gpt-4-turbo` models From the call to openai on my account to `https://api.openai.com/v1/models` it shows an available `gpt-4-turbo` selection in addition to `gpt-4-turbo-2024-04-09`. Also I'm...

Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 2.5.3 to 3.1.0. Release notes Sourced from @​sveltejs/vite-plugin-svelte's releases. @​sveltejs/vite-plugin-svelte@​3.1.0 Minor Changes feat(svelte5): enable hmr option in dev (#836) Patch Changes Remove unnecessary enableSourcemap option usage and...

dependencies
javascript

Bumps [bulma](https://github.com/jgthms/bulma) from 0.9.4 to 1.0.0. Release notes Sourced from bulma's releases. 1.0.0 Bulma v1 is a full rewrite of the framework using Dart Sass, which is the the primary...

dependencies
javascript

See: https://openai.com/blog/new-models-and-developer-products-announced-at-devday In particular, new pricing and models.

Bumps [eslint-config-standard-with-typescript](https://github.com/mightyiam/eslint-config-standard-with-typescript) from 35.0.0 to 43.0.1. Release notes Sourced from eslint-config-standard-with-typescript's releases. v43.0.1 43.0.1 (2024-1-20) Build system / dependencies rm add-to-project workflow (8d2f497) Documentation update repository urls (932ffce) v43.0.0 43.0.0...

dependencies
javascript

Bumps [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router) from 3.3.0 to 4.0.1. Release notes Sourced from svelte-spa-router's releases. v4.0.1 This release contains a small bug fix in the TypeScript types. Bug fixes Use ComponentType to fix...

dependencies
javascript

For example, ``` https://localhost:5173/#/chat/new?message=hello ``` This will start a new chat and then send the message out to kickoff the session. Issue: https://github.com/Niek/chatgpt-web/issues/418

From #69, with some fixes. Render KaTeX by putting in codeblock of its own language definition, instead of interfering with html sanitizing. Uses `\( \)`, `\[ \]` along with `$`...

Thanks for a great web app! I have used it a lot. Is there a way to export/download all chats? I have found a way to export individual chats, but...

Is it possible to add an option to auto sync the chats across different machines? For example in chrome use the sync features. Or add an option to change the...