cachho 2 лет назад
Родитель
Сommit
088346c4fc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/advanced/configuration.mdx

+ 1 - 1
docs/advanced/configuration.mdx

@@ -64,7 +64,7 @@ einstein_chat_template = Template("""
 
         Human: $query
         Albert Einstein:""")
-query_config = QueryConfig(einstein_chat_template)
+query_config = QueryConfig(template=einstein_chat_template)
 queries = [
         "Where did you complete your studies?",
         "Why did you win nobel prize?",