medxiaorudan commited on
Commit
cf03d7b
1 Parent(s): 064f9f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ pipeline = transformers.pipeline(
50
  )
51
 
52
  prompt = """
53
- Use the Task below and write the Response, which is a programming code that can solve the Task.
54
  ### Task:
55
  Generate a C++ program that accepts numeric input from the user and maintains a record of previous user inputs with timestamps. Ensure the program sorts the user inputs in ascending order based on the provided numeric input. Enhance the program to display timestamps along with the sorted user inputs.
56
  ### Response:
 
50
  )
51
 
52
  prompt = """
53
+ You are a powerful C++ code generation model. You can use the Task below and write the Response, which is a programming code that can solve the Task.
54
  ### Task:
55
  Generate a C++ program that accepts numeric input from the user and maintains a record of previous user inputs with timestamps. Ensure the program sorts the user inputs in ascending order based on the provided numeric input. Enhance the program to display timestamps along with the sorted user inputs.
56
  ### Response: