"README_ORIGIN.md" did not exist on "2da2f1945ce5567e27d45df43acd4f65108d5c25"
Commit 9aa9b60f authored by Rayyyyy's avatar Rayyyyy
Browse files

Modify infos in README

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