Quellcode durchsuchen

Update build_with_llama_api.ipynb

Connor Treacy vor 7 Monaten
Ursprung
Commit
711c467848
1 geänderte Dateien mit 0 neuen und 26 gelöschten Zeilen
  1. 0 26
      getting-started/build_with_llama_api.ipynb

+ 0 - 26
getting-started/build_with_llama_api.ipynb

@@ -1,32 +1,6 @@
 {
  "cells": [
   {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "f6fac978",
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "Outline:\n",
-    "- Get the API Key\n",
-    "- Get the SDK\n",
-    "- List models, pick a model (4 Mav)\n",
-    "- Chat completion \n",
-    "- - Text-only\n",
-    "- - Multi-turn\n",
-    "- - Streaming\n",
-    "- - Image compare: 2x Wikimedia URLs\n",
-    "- - JSON structured output - \n",
-    "receipt image? \n",
-    "From text, extract structured text\n",
-    "- Long context? (128K in, 4k out)\n",
-    "- Tool calling\n",
-    "- Tool result and final model answer\t\n",
-    "- Multi turn with multiple tool calls and follow up questions\n",
-    "- Moderation"
-   ]
-  },
-  {
    "cell_type": "markdown",
    "id": "d4e921b8",
    "metadata": {},