Ian-14 commited on
Commit
858d87a
·
1 Parent(s): a2f675f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,4 +9,4 @@ model = AutoModel.from_pretrained("Ian-14/model_test", trust_remote_code=True).h
9
 
10
  model = model.eval()
11
 
12
- response, history = model.chat(tokenizer, "你好", history=[])
 
9
 
10
  model = model.eval()
11
 
12
+ response, history = model.chat(tokenizer, inputs, history=[])