diff --git a/examples/third_party/Openai_monitoring_with_wandb_weave.ipynb b/examples/third_party/Openai_monitoring_with_wandb_weave.ipynb index c8850aed47..b80d35aae8 100644 --- a/examples/third_party/Openai_monitoring_with_wandb_weave.ipynb +++ b/examples/third_party/Openai_monitoring_with_wandb_weave.ipynb @@ -119,7 +119,7 @@ }, "outputs": [], "source": [ - "WB_ENTITY = # set to your wandb username or team name\n", + "WB_ENTITY = \"\" # set to your wandb username or team name\n", "WB_PROJECT = \"weave\" # top-level directory for this work\n", "STREAM_NAME = \"openai_logs\" # record table which stores the logs of OpenAI API calls as they stream in" ]