-
Notifications
You must be signed in to change notification settings - Fork 759
Description
Is your feature request related to a problem? Please describe.
I use Kimi for long-term learning and research workflows. Currently, users must re-state role constraints and system instructions in every new session, which reduces consistency and increases prompting overhead.
Describe the solution you'd like
Add support for persistent user-customizable assistants for the Kimi product/platform, similar in concept to:
- Custom GPTs (ChatGPT)
- Gems (Google Gemini)
A custom assistant profile should support:
- persistent system-level instructions (behavior/policy),
- a stable role (e.g., strict tutor, research assistant),
- optional attached documents / knowledge sources,
- consistent behavior across sessions.
Describe alternatives you've considered
- Saving/pinning a prompt template: helps, but still requires manual reuse and doesn’t reliably enforce consistency across sessions.
- Copy/pasting instructions each time: repetitive and error-prone.
Additional context
This is not model fine-tuning. It’s a persistence/configuration layer around the model (role/instructions + optional knowledge attachments).
If this repository is not the right place for product/platform feature requests, please let me know the best channel (forum/feedback/API repo) and I will move the request there.