alexchen4ai commited on
Commit
4a0a5df
1 Parent(s): a11fee4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -65,7 +65,6 @@ question = "Tell me the result of derivative of x^3 when x is 2?"
65
 
66
  inputs = f"<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>{question}<|end|><|assistant|>"
67
 
68
- print(inputs)
69
  print('\n============= Below is the response ==============\n')
70
 
71
  # You should consider to use early stopping with <nexa_end> token to accelerate
 
65
 
66
  inputs = f"<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>{question}<|end|><|assistant|>"
67
 
 
68
  print('\n============= Below is the response ==============\n')
69
 
70
  # You should consider to use early stopping with <nexa_end> token to accelerate