Niek van der Maas

Results 215 comments of Niek van der Maas

This would be an good workaround for `svelte-markdown`: https://github.com/pablo-abc/svelte-markdown/issues/72#issuecomment-1627815128

I made a Svelte 4 branch now: https://github.com/Niek/chatgpt-web/tree/svelte-4 Everything compiles fine, there's just 650+ linting issues to resolve left 🥲

As for a way to provide an API key, you can link like this: https://niek.github.io/chatgpt-web/#/?key=sk-xxx Combined: https://niek.github.io/chatgpt-web/#/chat/new?useSystemPrompt=true&autoStartSession=true&systemPrompt=hello&key=sk-xxx Maybe we can clean up some of those params though (or add some...

Interesting idea, what would be an option is https://remote.storage/ (https://github.com/FrigadeHQ/remote-storage). However, when we implement this people should be aware that their data is stored on a 3rd party host.

Sounds great! If you can do a PR that would be amazing!

Should be properly supported now. Please open a a new issue if you still encounter problems.

That would be nice - unforutnately I do not have access to Claude-3 (still on the waitlist).

Unfortunately this is not super easy to implement, because the Anthropic endpoints are quite different. See for more info: https://github.com/Niek/chatgpt-web/pull/494#issuecomment-2393342989

I have updated the prices now to match https://openai.com/pricing#language-models There is supposed to be a `gpt-4-1106-vision-preview` model, but I have not seen it yet.

I don't see `gpt-4-1106-vision-preview` in the API yet. Not sure if that's because my account has no access to it yet, or if it simply isn't released yet?