myscarlet commited on
Commit
5912334
1 Parent(s): 1e63707

Update README.md

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