Skip to content

Commit

Permalink
Fix syntax error in W&B weave notebook (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 29, 2023
1 parent f6b0cb1 commit 3f8d3f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 3f8d3f3

Please sign in to comment.