PygmalionAI / gradio-ui

Prototype UI for chatting with the Pygmalion models.
GNU Affero General Public License v3.0
227 stars 67 forks source link

fix: forcefully disable KAI's chat mode #12

Closed 0x000011b closed 1 year ago

0x000011b commented 1 year ago

I turned on chatmode by default for our models on HF to give KAI users a better experience as per Henk's suggestion, but our current inference code here needs it to be off since our models aren't well-supported in the stable version of KAI yet (which is what we use as an inference server ATM).

This PR fixes that by forcefully disabling chatmode when running inference.