docs: fix template (#364)

This commit is contained in:
cachho
2023-07-25 09:46:50 +02:00
committed by GitHub
parent 7fa7b9e199
commit 088346c4fc

View File

@@ -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?",