imoneoi/openchat

How to get around the template error in OpenChat 3.5 - 0106?

Opened this issue · 1 comments

In OpenChat 3.5 - 0106 on HuggingFace occurs an error in API:

{
"error": "Template error: invalid operation: object has no method named title (in :1)",
"error_type": "template_error"
}

while deploying:

{
"model": "openchat_3.5",
"messages": [{"role": "user", "content": "You are a large language model named OpenChat. Write a poem to describe yourself"}]
}

@imoneoi is it possible to fix it somehow or get around it?