赞
踩
语法:<abc>代表参数,实际输入为具体的名字,不需要输入<>
1.运行模型 ollama run <model>
2.创建模型 ollama create <name> -f <Modelfile>
Modelfile示例:
- # 模型来自于哪个基础模型
- FROM llama3
-
- # 设置创造力参数,1表示更高的创造性,较低则表示更加连贯
- PARAMETER temperature 1
-
- # prompt
- SYSTEM """
- You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
- """
3.查看有哪些模型 ollama list
4.删除模型 ollama rm <model>
*要点在于prompt,每个人可以拥有自己的AI助手,私密且亲密。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。