Mind-Interfaces / THE-12-DAEMONS-OF-XMAS

THE-12-DAEMONS-OF-XMAS
Other
3 stars 1 forks source link

Response Length versus Image Prompt #6

Open P2PayPeer opened 7 months ago

P2PayPeer commented 7 months ago

Max tokens seem to be ignored.. currently, there's no prompt context to condition responses.

It also appears that the entire chat history is being used to generate the background image-

rather than just the current response or conversational pair.

t12dox-response-bug
P2PayPeer commented 7 months ago

This is even better..

It seems the DAEMON injected a valid Alpaca Instruction prompt in the response (to re-establish it's "self")

t12dox-response-prompt-injection
Mind-Interfaces commented 7 months ago

Reduced to 100 tokens and fixed prompt accumulation.

t12dox-response-prompt-normal
Mind-Interfaces commented 7 months ago

Another prompt injection. Need proper Alpaca Instruction to set context.

t12dox-response-prompt-injection-2