关于大模型的使用 #698
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#698
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
请问老师,假如我在本地部署了大模型,如何使用模型?该使用哪些工具来完成对模型的调用,完成rag、智能体等的使用?
个人一般直接用现成的框架来做这些事情,比如部署选部署框架(olama,LangChain),rag用rag框架(dify、ragflow,LangChain),智能体用智能体框架(LangChain,openmaus)。