Unverified Commit c97fdae4 authored by Yaya Sy's avatar Yaya Sy Committed by GitHub
Browse files

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

parent 624b21e7
...@@ -252,7 +252,7 @@ def text_qa(s, question): ...@@ -252,7 +252,7 @@ def text_qa(s, question):
s += "Q: " + question + "\n" s += "Q: " + question + "\n"
s += "A:" + sgl.gen("answer", stop="\n") s += "A:" + sgl.gen("answer", stop="\n")
states = text_qa.run( state = text_qa.run(
question="What is the capital of France?", question="What is the capital of France?",
temperature=0.1, temperature=0.1,
stream=True stream=True
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment