|
@@ -2,25 +2,24 @@
|
|
|
"cells": [
|
|
"cells": [
|
|
|
{
|
|
{
|
|
|
"cell_type": "markdown",
|
|
"cell_type": "markdown",
|
|
|
- "id": "d4e921b8",
|
|
|
|
|
- "metadata": {},
|
|
|
|
|
- "source": [
|
|
|
|
|
- "# Build with Llama API"
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "cell_type": "markdown",
|
|
|
|
|
"id": "5ed602bc",
|
|
"id": "5ed602bc",
|
|
|
"metadata": {},
|
|
"metadata": {},
|
|
|
"source": [
|
|
"source": [
|
|
|
|
|
+ "<h1 align=\"center\"> Build with Llama API </h1>\n",
|
|
|
"<p align=\"center\">\n",
|
|
"<p align=\"center\">\n",
|
|
|
- "\t<a href=\"https://llama.developer.meta.com/?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main\"><img src=\"https://img.shields.io/badge/Llama_API-Sign_up-4BA9FE?logo=meta\" /></a>\n",
|
|
|
|
|
- "\t<a href=\"https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main\"><img src=\"https://img.shields.io/badge/Llama_API-Documentation-E4E6Eb?logo=meta\" /></a>\n",
|
|
|
|
|
|
|
+ "\t<a href=\"https://llama.developer.meta.com/?utm_source=llama-cookbook&utm_medium=notebook&utm_campaign=build_with_llama_4_api\"><img src=\"https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta\" /></a>\n",
|
|
|
|
|
+ "\t<a href=\"https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=notebook&utm_campaign=build_with_llama_4_api\"><img src=\"https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta\" /></a>\n",
|
|
|
|
|
+ "\t\n",
|
|
|
"</p>\n",
|
|
"</p>\n",
|
|
|
"<p align=\"center\">\n",
|
|
"<p align=\"center\">\n",
|
|
|
- "\t<a href=\"https://github.com/meta-llama/llama-models/blob/main/models/?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main\"><img alt=\"Llama Model cards\" src=\"https://img.shields.io/badge/Llama-Model_cards-green?logo=meta\" /></a>\n",
|
|
|
|
|
- "\t<a href=\"https://www.llama.com/docs/overview/?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main\"><img alt=\"Llama Documentation\" src=\"https://img.shields.io/badge/Llama-Documentation-e4e6eb?logo=meta\" /></a>\n",
|
|
|
|
|
|
|
+ "\t<a href=\"https://github.com/meta-llama/llama-models/blob/main/models/?utm_source=llama-cookbook&utm_medium=notebook&utm_campaign=build_with_llama_4_api\"><img alt=\"Llama Model cards\" src=\"https://img.shields.io/badge/Llama_OSS-Model_cards-green?logo=meta\" /></a>\n",
|
|
|
|
|
+ "\t<a href=\"https://www.llama.com/docs/overview/?utm_source=llama-cookbook&utm_medium=notebook&utm_campaign=build_with_llama_4_api\"><img alt=\"Llama Documentation\" src=\"https://img.shields.io/badge/Llama_OSS-Documentation-4BA9FE?logo=meta\" /></a>\n",
|
|
|
"\t<a href=\"https://huggingface.co/meta-llama\"><img alt=\"Hugging Face meta-llama\" src=\"https://img.shields.io/badge/Hugging_Face-meta--llama-yellow?logo=huggingface\" /></a>\n",
|
|
"\t<a href=\"https://huggingface.co/meta-llama\"><img alt=\"Hugging Face meta-llama\" src=\"https://img.shields.io/badge/Hugging_Face-meta--llama-yellow?logo=huggingface\" /></a>\n",
|
|
|
|
|
+ "\t\n",
|
|
|
|
|
+ "</p>\n",
|
|
|
|
|
+ "<p align=\"center\">\n",
|
|
|
|
|
+ "\t<a href=\"https://github.com/meta-llama/synthetic-data-kit\"><img alt=\"Llama Tools Syntethic Data Kit\" src=\"https://img.shields.io/badge/Llama_Tools-synthetic--data--kit-orange?logo=meta\" /></a>\n",
|
|
|
|
|
+ "\t<a href=\"https://github.com/meta-llama/llama-prompt-ops\"><img alt=\"Llama Tools Syntethic Data Kit\" src=\"https://img.shields.io/badge/Llama_Tools-llama--prompt--ops-orange?logo=meta\" /></a>\n",
|
|
|
"</p>"
|
|
"</p>"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
@@ -683,7 +682,7 @@
|
|
|
],
|
|
],
|
|
|
"metadata": {
|
|
"metadata": {
|
|
|
"kernelspec": {
|
|
"kernelspec": {
|
|
|
- "display_name": "base",
|
|
|
|
|
|
|
+ "display_name": "Python 3 (ipykernel)",
|
|
|
"language": "python",
|
|
"language": "python",
|
|
|
"name": "python3"
|
|
"name": "python3"
|
|
|
},
|
|
},
|
|
@@ -697,7 +696,7 @@
|
|
|
"name": "python",
|
|
"name": "python",
|
|
|
"nbconvert_exporter": "python",
|
|
"nbconvert_exporter": "python",
|
|
|
"pygments_lexer": "ipython3",
|
|
"pygments_lexer": "ipython3",
|
|
|
- "version": "3.12.9"
|
|
|
|
|
|
|
+ "version": "3.10.16"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"nbformat": 4,
|
|
"nbformat": 4,
|