Views
No views yet
1pip install llama-cpp-python[server]
2python3 -m llama_cpp.server --model kagentlms_qwen_7b_mat_gguf/ggml-model-q4_0.gguf --chat_format chatml --port 88881curl http://localhost:8888/v1/chat/completions \
2-H "Content-Type: application/json" \
3-d '{"messages": [{"role": "user", "content": "Who is Andy Lau"}]}'@article{pan2023kwaiagents,
author = {Haojie Pan and
Zepeng Zhai and
Hao Yuan and
Yaojia Lv and
Ruiji Fu and
Ming Liu and
Zhongyuan Wang and
Bing Qin
},
title = {KwaiAgents: Generalized Information-seeking Agent System with Large Language Models},
journal = {CoRR},
volume = {abs/2312.04889},
year = {2023}
}