Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,10 @@ Launch a RESTFul API by using the script in [LLaMA-Factory](https://github.com/h
|
|
31 |
python src/api_demo.py --template default --model_name_or_path hiyouga/Yi-Agent-6B
|
32 |
```
|
33 |
|
34 |
-
Test
|
35 |
|
36 |
https://github.com/hiyouga/LLaMA-Factory/blob/main/tests/test_toolcall.py
|
|
|
|
|
|
|
|
|
|
31 |
python src/api_demo.py --template default --model_name_or_path hiyouga/Yi-Agent-6B
|
32 |
```
|
33 |
|
34 |
+
Test with:
|
35 |
|
36 |
https://github.com/hiyouga/LLaMA-Factory/blob/main/tests/test_toolcall.py
|
37 |
+
|
38 |
+
You can reproduce our results with the step-by-step (Chinese) guide:
|
39 |
+
|
40 |
+
https://zhuanlan.zhihu.com/p/678989191
|