From c97fdae4aa0e196f28e7a0d35b24134c5fdc3009 Mon Sep 17 00:00:00 2001 From: Yaya Sy <58347382+yaya-sy@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:25:57 +0100 Subject: [PATCH] correct a mistake on the README.md (#182) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2ad37c4..f68c280a7 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ def text_qa(s, question): s += "Q: " + question + "\n" s += "A:" + sgl.gen("answer", stop="\n") -states = text_qa.run( +state = text_qa.run( question="What is the capital of France?", temperature=0.1, stream=True