I would've filed this under Discussins but there's no such tab in this repo, so here I am ... I've tried to spend some time to orchestrate the DS4 Chat system prompt out of official APIs and this was the result:
Am I correct in understanding that current ds4-server fully ignores system prompts, while be aware of it, to produce answers?
I am not complaining, it's just I wanted to have fun or test other possible prompts + I have logic in DS4 Chat to "direct" the conversation around that system prompt ... I just would like to understand if this is intentional or not, and I'd be OK with either results, thank you for expanding on this, I might already remeove that system prompt from the logic, or maybe understand how to trigger it via ds4-server!
edit
to clarify, while connecting to it I add a { role: 'system', content: 'You are a helpful assistant' } as persistent entry of things to consider for the server, it looks like that role is ingested without warnings whatsoever!
I would've filed this under Discussins but there's no such tab in this repo, so here I am ... I've tried to spend some time to orchestrate the DS4 Chat system prompt out of official APIs and this was the result:
Am I correct in understanding that current
ds4-serverfully ignores system prompts, while be aware of it, to produce answers?I am not complaining, it's just I wanted to have fun or test other possible prompts + I have logic in DS4 Chat to "direct" the conversation around that system prompt ... I just would like to understand if this is intentional or not, and I'd be OK with either results, thank you for expanding on this, I might already remeove that system prompt from the logic, or maybe understand how to trigger it via ds4-server!
edit
to clarify, while connecting to it I add a
{ role: 'system', content: 'You are a helpful assistant' }as persistent entry of things to consider for the server, it looks like thatroleis ingested without warnings whatsoever!