CoolFace
Apppublic

RCaz/Build_small_hackathon_Thousand_tokens_world

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
dev.ipynb64 linesDownload Raw Back to root
1{2 "cells": [3  {4   "cell_type": "markdown",5   "id": "91ed2fdf",6   "metadata": {},7   "source": [8    "# Setp up"9   ]10  },11  {12   "cell_type": "code",13   "execution_count": null,14   "id": "dbc83c2b",15   "metadata": {16    "vscode": {17     "languageId": "plaintext"18    }19   },20   "outputs": [],21   "source": [22    "!conda activate crewai"23   ]24  },25  {26   "cell_type": "code",27   "execution_count": null,28   "id": "f39481c7",29   "metadata": {30    "vscode": {31     "languageId": "plaintext"32    }33   },34   "outputs": [],35   "source": [36    "!pip install -q openinference-instrumentation-crewai crewai crewai-tools crewai[litellm]"37   ]38  },39  {40   "cell_type": "markdown",41   "id": "190587d1",42   "metadata": {},43   "source": [44    "# Define the crew"45   ]46  },47  {48   "cell_type": "markdown",49   "id": "81fb47d5",50   "metadata": {},51   "source": [52    "# Register Phoenix tracer provider and instrument the application code"53   ]54  }55 ],56 "metadata": {57  "language_info": {58   "name": "python"59  }60 },61 "nbformat": 4,62 "nbformat_minor": 563}64