imoneoi / openchat

OpenChat: Advancing Open-source Language Models with Imperfect Data
https://openchat.team
Apache License 2.0
5.23k stars 399 forks source link

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

Open arthurfrolov opened 6 months ago

arthurfrolov commented 6 months ago

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"}] }

arthurfrolov commented 6 months ago

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