Prompt.hth.ml Test Issue

My prompt.hth.ml tests always fail at test_original_system_instruction_not_tampered
I am definitely not modifying the original system message so I am unsure why this is happening. Help would be appreciated.

I am looking into it.

So the issue is, the original system instruction is overwritten. the reason is there are two dict with key value of ‘role’: ‘system’. The second one overwrites the original one. To fix it, just append your second system instruction to the value of the previous one.

temprature should be minimum 0.5. there is a test that checks for that later.

I will reset your resent attempts.