[Minifix] Remove extra space in cot example (#1569)

This commit is contained in:
FredericOdermatt
2024-10-04 10:16:53 +02:00
committed by GitHub
parent 45473d4b2b
commit 2432ad40c6

View File

@@ -108,7 +108,7 @@ def cot_decoding(s, question, get_top_k, is_chat_model, verbose):
sgl.set_default_backend(sgl.RuntimeEndpoint("http://localhost:30000"))
state = cot_decoding.run(
question=r"Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?",
question=r"Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?",
get_top_k=10,
is_chat_model=True,
verbose=False,