Skip to content

xxm1668/llm_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于langchain编写智能体

启动命令

python3 demo.py \
  --model 你的模型路径 \
  --max_length 1024 \
  --temperature 0.1

运行结果

agent与vllm融合的启动命令

python3 demo2.py \
  --model 你的模型路径 \
  --max_length 1024 \
  --temperature 0.1

运行结果

About

基于大模型开发智能体

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages