correct a mistake on the README.md (#182)

This commit is contained in:
Yaya Sy
2024-02-11 22:25:57 +01:00
committed by GitHub
parent 624b21e742
commit c97fdae4aa

View File

@@ -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