chatgpt-web
chatgpt-web copied to clipboard
Allow using URL Params to jumpstart NewChat with a given message.
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