mattermost / mattermost-plugin-ai

Mattermost Copilot plugin supporting multiple LLMs
https://mattermost.com/copilot
Apache License 2.0
135 stars 26 forks source link

💡 idea: Suggestion to add system prompt setting #238

Open hkjang opened 2 months ago

hkjang commented 2 months ago

Description

Many models have problems handling Korean responses, possibly due to system prompts. It would be nice if system prompts as well as custom prompts could be changed. thank you

andrewmurraydavid commented 2 months ago

System prompt would be amazing! Our team is using the AI Copilot only for a specific thing and we have to use a prompt every time a new thread is created.

crspeller commented 1 month ago

@hkjang @andrewmurraydavid

If you upgrade to the latest version of the plugin there should be a "Custom instructions" field in the system console per bot created.

image

Text in that field is included in the system prompt along side the regular system prompt the plugin uses. Does that fulfill your use cases or are you looking for something more specific?

andrewmurraydavid commented 1 month ago

Is self-hosted community edition stuck on 0.6.2? I don't see any updates available.

crspeller commented 1 month ago

@andrewmurraydavid You can upgrade manually by downloading from the releases page: https://github.com/mattermost/mattermost-plugin-ai/releases/tag/v1.0.0

The in product marketplace only gets updates now when the server version is upgraded.