danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
19.15k stars 3.19k forks source link

Enhancement: Fill-Out Chat using Query parameters #4186

Closed leondape closed 1 month ago

leondape commented 1 month ago

What features would you like to see added?

I thought it would be cool to being able to to insert things into the chat, probably the easiest via query parameters (though this could lead to long urls). That way, chats could be "prepared" by other chats, agents or even other apps, and then with a simple click, added to a new chat. Then the user can further edit the chat and send it.

More details

https://chatservice.tld/insertRoute?ChatContent=What+is+the+meaning+of+life+? Clicking on the url would open LeoChat with the chat filled out with the Content. Also possible: A dialogue like with the prompts from sidebar?

Which components are impacted by your request?

No response

Pictures

No response

Code of Conduct

danny-avila commented 1 month ago

Already implemented, see https://github.com/danny-avila/LibreChat/issues/1343, where I wrote:

this is already possible with prompts:

your-librechat-instance/c/new?prompt=Hello+World

I have not added supported for models/endpoints, though. I will and then close this issue