Commit 9aa9b60f authored by Rayyyyy's avatar Rayyyyy
Browse files

Modify infos in README

parent c5dc70c5
...@@ -29,7 +29,7 @@ def main( ...@@ -29,7 +29,7 @@ def main(
while True: while True:
local_rank = int(os.environ.get("LOCAL_RANK", 0)) local_rank = int(os.environ.get("LOCAL_RANK", 0))
if local_rank > 0: if local_rank > 0:
dialogs.append({"role": "user", "content": "None"}) dialogs.append({"role": "user", "content": "tmplate"})
else: else:
user_input = input("You: ") user_input = input("You: ")
# Allow the user to quit the dialogue # Allow the user to quit the dialogue
......
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