myscarlet commited on
Commit
6c5f1af
·
1 Parent(s): 625d434

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -61,4 +61,24 @@ Finally, you can use the curl command to invoke the model same as the OpenAI cal
61
  curl http://localhost:8888/v1/chat/completions \
62
  -H "Content-Type: application/json" \
63
  -d '{"model": "kagentlms_baichuan2_13b_mat", "messages": [{"role": "user", "content": "Who is Andy Lau"}]}'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ```
 
61
  curl http://localhost:8888/v1/chat/completions \
62
  -H "Content-Type: application/json" \
63
  -d '{"model": "kagentlms_baichuan2_13b_mat", "messages": [{"role": "user", "content": "Who is Andy Lau"}]}'
64
+ ```
65
+
66
+
67
+ ### Citation
68
+ ```
69
+ @article{pan2023kwaiagents,
70
+ author = {Haojie Pan and
71
+ Zepeng Zhai and
72
+ Hao Yuan and
73
+ Yaojia Lv and
74
+ Ruiji Fu and
75
+ Ming Liu and
76
+ Zhongyuan Wang and
77
+ Bing Qin
78
+ },
79
+ title = {KwaiAgents: Generalized Information-seeking Agent System with Large Language Models},
80
+ journal = {CoRR},
81
+ volume = {abs/2312.04889},
82
+ year = {2023}
83
+ }
84
  ```