Fix syntax error in W&B weave notebook (#964)

pull/949/head^2
Zanie Blue 5 months ago committed by GitHub
parent f6b0cb189f
commit 3f8d3f3405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
]

Loading…
Cancel
Save