Skip to content

学习计划

人工智能应用开发平台与智能体 Agent 工作流

专题课 阶段 章节 录播地址
大模型与 AIGC 应用体系 L3 大模型管理平台 录播地址
大模型与 AIGC 应用体系 L3 人工智能应用管理平台

学习计划

Ollma 本地部署

https://ollama.com/

多个大模型本地部署

ollama run qwen2.5
ollama run glm4
ollama run llama3.2

Dify 的工作流概念

https://docs.dify.ai/zh-hans/guides/workflow/key-concept

Dify 自定义工具

https://docs.dify.ai/zh-hans/guides/tools#ru-he-chuang-jian-zi-ding-yi-gong-ju

FastAPI 接口开发

https://fastapi.tiangolo.com/

https://fastapi.tiangolo.com/tutorial/query-params/

https://fastapi.tiangolo.com/tutorial/body/