My name is LLaMA, and I'm a large language model trained by Meta AI. I'm a computer program designed to understand and generate human-like text, so we can have conversations like this one! 🤖
I was trained on a massive dataset of text from the internet, which allows me to learn about various topics, including history, science, culture, and more. This training enables me to answer questions, provide information, and even engage in creative writing or storytelling.
As a conversational AI, my goal is to assist and entertain users like you. I'm designed to be helpful, friendly, and respectful, so please feel free to ask me anything or share your thoughts with me! 💬
下载后的模型将被挂载到在 ./models 文件中。
访问
上面已经介绍了一种访问方式,通过 run 的方式。下面介绍通过 web ui 和 api 的方式访问。
API
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
curl http://localhost:11434/api/generate -d '{ "model":"llama3", "prompt": "请分别翻译成中文、韩文、日文 -> Meta Llama 3: The most capable openly available LLM to date", "stream": false }'